Html Css Color HEX #4FA8A0 Cadet Blue

📋 copy color: '#4FA8A0'

red 79 ◦ green 168 ◦ blue 160

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

Shades of Cadet Blue #4FA8A0

Tints of Cadet Blue #4FA8A0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 19.41%
G = 41.28%
B = 39.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#4FA8A0 (or 0x4FA8A0) is known color: Cadet Blue. HEX triplet: 4F, A8 and A0. RGB value is (79,168,160). Sum of RGB (Red+Green+Blue) = 79+168+160=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA8A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA8A0 is #B0575F. Grayscale: #8C8C8C. Windows color (decimal): -11556704 or 10528847. OLE color: 10528847.

HSL color Cylindrical-coordinate representation of color #4FA8A0: hue angle of 174.61º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA8A0 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 79 168 160 -
CMYK 0.53 0 0.05 0.34
HSL 174.61º 0.36% 0.48% -
HSV(B) 174.61º 0.53% 0.66% -
XYZ 23.57 32.21 38.23 -
YUV 140.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 79 168 160 0.53 0 0.05 0.34 174.61 0.36 0.48
Hex 4F A8 A0 35 0 5 22 AF 24 30
Octal 117 250 240 65 0 5 42 257 44 60
Binary 1001111 10101000 10100000 110101 0 101 100010 10101111 100100 110000

Color Harmonies of #4FA8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA8A0

Black with #4FA8A0

Text Example


Text Example

White with #4FA8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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