Html Css Color HEX #4FAAA8 Cadet Blue

📋 copy color: '#4FAAA8'

red 79 ◦ green 170 ◦ blue 168

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

Shades of Cadet Blue #4FAAA8

Tints of Cadet Blue #4FAAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 18.94%
G = 40.77%
B = 40.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#4FAAA8 (or 0x4FAAA8) is known color: Cadet Blue. HEX triplet: 4F, AA and A8. RGB value is (79,170,168). Sum of RGB (Red+Green+Blue) = 79+170+168=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA8 is #B05557. Grayscale: #8E8E8E. Windows color (decimal): -11556184 or 11053647. OLE color: 11053647.

HSL color Cylindrical-coordinate representation of color #4FAAA8: hue angle of 178.68º 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 #4FAAA8 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 170 168 -
CMYK 0.54 0 0.01 0.33
HSL 178.68º 0.37% 0.49% -
HSV(B) 178.68º 0.54% 0.67% -
XYZ 24.67 33.24 42.16 -
YUV 142.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 79 170 168 0.54 0 0.01 0.33 178.68 0.37 0.49
Hex 4F AA A8 36 0 1 21 B3 25 31
Octal 117 252 250 66 0 1 41 263 45 61
Binary 1001111 10101010 10101000 110110 0 1 100001 10110011 100101 110001

Color Harmonies of #4FAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAAA8

Black with #4FAAA8

Text Example


Text Example

White with #4FAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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