Html Css Color HEX #4FAAA2 Cadet Blue

📋 copy color: '#4FAAA2'

red 79 ◦ green 170 ◦ blue 162

#4FAAA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4FAAA2

Tints of Cadet Blue #4FAAA2

RGB

 RED value IS 79 (31.25% from 255) = 19.22%

 GREEN value IS 170 (66.8% from 255) = 41.36%

 BLUE value IS 162 (63.67% from 255) = 39.42%

R = 19.22%
G = 41.36%
B = 39.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#4FAAA2 (or 0x4FAAA2) is known color: Cadet Blue. HEX triplet: 4F, AA and A2. RGB value is (79,170,162). Sum of RGB (Red+Green+Blue) = 79+170+162=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA2 is #B0555D. Grayscale: #8D8D8D. Windows color (decimal): -11556190 or 10660431. OLE color: 10660431.

HSL color Cylindrical-coordinate representation of color #4FAAA2: hue angle of 174.73º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAAA2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 170 162 -
CMYK 0.54 0 0.05 0.33
HSL 174.73º 0.37% 0.49% -
HSV(B) 174.73º 0.54% 0.67% -
XYZ 24.12 33.02 39.28 -
YUV 141.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 79 170 162 0.54 0 0.05 0.33 174.73 0.37 0.49
Hex 4F AA A2 36 0 5 21 AF 25 31
Octal 117 252 242 66 0 5 41 257 45 61
Binary 1001111 10101010 10100010 110110 0 101 100001 10101111 100101 110001

Color Harmonies of #4FAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAAA2

Black with #4FAAA2

Text Example


Text Example

White with #4FAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,170,162); }

 H1.HeaderClassName
 {
   color: #4FAAA2;
 }
 .AnyTagClassName
 {
   color: #4FAAA2;
 }
</style>

background-color css

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

 a { background-color: rgb(79,170,162); }

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

border-color css

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

 span { border-color: rgb(79,170,162); }

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