Html Css Color HEX #5FA49F Cadet Blue

📋 copy color: '#5FA49F'

red 95 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #5FA49F

Tints of Cadet Blue #5FA49F

RGB

 RED value IS 95 (37.5% from 255) = 22.73%

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 22.73%
G = 39.23%
B = 38.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#5FA49F (or 0x5FA49F) is known color: Cadet Blue. HEX triplet: 5F, A4 and 9F. RGB value is (95,164,159). Sum of RGB (Red+Green+Blue) = 95+164+159=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA49F is #A05B60. Grayscale: #8E8E8E. Windows color (decimal): -10509153 or 10462303. OLE color: 10462303.

HSL color Cylindrical-coordinate representation of color #5FA49F: hue angle of 175.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA49F is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 164 159 -
CMYK 0.42 0 0.03 0.36
HSL 175.65º 0.27% 0.51% -
HSV(B) 175.65º 0.42% 0.64% -
XYZ 24.25 31.49 37.6 -
YUV 142.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 95 164 159 0.42 0 0.03 0.36 175.65 0.27 0.51
Hex 5F A4 9F 2A 0 3 24 B0 1B 33
Octal 137 244 237 52 0 3 44 260 33 63
Binary 1011111 10100100 10011111 101010 0 11 100100 10110000 11011 110011

Color Harmonies of #5FA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA49F

Black with #5FA49F

Text Example


Text Example

White with #5FA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FA49F; }

 p { color: rgb(95,164,159); }

 H1.HeaderClassName
 {
   color: #5FA49F;
 }
 .AnyTagClassName
 {
   color: #5FA49F;
 }
</style>

background-color css

<style>
 a { background-color: #5FA49F; }

 a { background-color: rgb(95,164,159); }

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

border-color css

<style>
 span { border-color: #5FA49F; }

 span { border-color: rgb(95,164,159); }

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