Html Css Color HEX #4FA09C Cadet Blue

📋 copy color: '#4FA09C'

red 79 ◦ green 160 ◦ blue 156

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

Shades of Cadet Blue #4FA09C

Tints of Cadet Blue #4FA09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 20%
G = 40.51%
B = 39.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#4FA09C (or 0x4FA09C) is known color: Cadet Blue. HEX triplet: 4F, A0 and 9C. RGB value is (79,160,156). Sum of RGB (Red+Green+Blue) = 79+160+156=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA09C is #B05F63. Grayscale: #878787. Windows color (decimal): -11558756 or 10264655. OLE color: 10264655.

HSL color Cylindrical-coordinate representation of color #4FA09C: hue angle of 177.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA09C is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 160 156 -
CMYK 0.51 0 0.02 0.37
HSL 177.04º 0.34% 0.47% -
HSV(B) 177.04º 0.51% 0.63% -
XYZ 21.8 29.2 35.94 -
YUV 135.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 79 160 156 0.51 0 0.02 0.37 177.04 0.34 0.47
Hex 4F A0 9C 33 0 2 25 B1 22 2F
Octal 117 240 234 63 0 2 45 261 42 57
Binary 1001111 10100000 10011100 110011 0 10 100101 10110001 100010 101111

Color Harmonies of #4FA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA09C

Black with #4FA09C

Text Example


Text Example

White with #4FA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,160,156); }

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

background-color css

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

 a { background-color: rgb(79,160,156); }

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

border-color css

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

 span { border-color: rgb(79,160,156); }

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