#4AA69F

Color #4AA69F Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #4AA69F

Tints of Cadet Blue #4AA69F

Color information

#4AA69F (or 0x4AA69F) is unknown color: approx Cadet Blue. HEX triplet: 4A, A6 and 9F. RGB value is (74,166,159). Sum of RGB (Red+Green+Blue) = 74+166+159=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA69F is #B55960. Grayscale: #898989. Windows color (decimal): -11884897 or 10462794. OLE color: 10462794.

HSL color Cylindrical-coordinate representation of color #4AA69F: hue angle of 175.43º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA69F is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB74166159-
CMYK0.5500.040.35
HSL175.43º38.33%47.06%-
HSV(B)175.43º55.42%65.1%-
XYZ22.7231.2337.63-
YUV137.69140.0282.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=18.55%
G=41.60%
B=39.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741661590.5500.040.35175.4338.3347.06
Hex4AA69F370423af262f
Octal1122462376704432574657
Binary10010101010011010011111110111010010001110101111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AA69F; }

 p { color: rgb(74,166,159); }

 H1.HeaderClassName
 {
   color: #4AA69F;
 }
 .AnyTagClassName
 {
   color: #4AA69F;
 }
</style>
background-color css

<style>
 a { background-color: #4AA69F; }

 a { background-color: rgb(74,166,159); }

 div.DivClassName
 {
   background-color: #4AA69F;
 }
 .BgClassName
 {
   background-color: #4AA69F;
 }
</style>
border-color css

<style>
 span { border-color: #4AA69F; }

 span { border-color: rgb(74,166,159); }

 td.TdClassName
 {
   border-color: #4AA69F;
 }
 .TagClassName
 {
   border-color: #4AA69F;
 }
</style>