Html Css Color HEX #5FA7A0 Cadet Blue

📋 copy color: '#5FA7A0'

red 95 ◦ green 167 ◦ blue 160

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

Shades of Cadet Blue #5FA7A0

Tints of Cadet Blue #5FA7A0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

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

R = 22.51%
G = 39.57%
B = 37.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#5FA7A0 (or 0x5FA7A0) is known color: Cadet Blue. HEX triplet: 5F, A7 and A0. RGB value is (95,167,160). Sum of RGB (Red+Green+Blue) = 95+167+160=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA7A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA7A0 is #A0585F. Grayscale: #909090. Windows color (decimal): -10508384 or 10528607. OLE color: 10528607.

HSL color Cylindrical-coordinate representation of color #5FA7A0: hue angle of 174.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA7A0 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 167 160 -
CMYK 0.43 0 0.04 0.35
HSL 174.17º 0.29% 0.51% -
HSV(B) 174.17º 0.43% 0.65% -
XYZ 24.88 32.61 38.24 -
YUV 144.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 95 167 160 0.43 0 0.04 0.35 174.17 0.29 0.51
Hex 5F A7 A0 2B 0 4 23 AE 1D 33
Octal 137 247 240 53 0 4 43 256 35 63
Binary 1011111 10100111 10100000 101011 0 100 100011 10101110 11101 110011

Color Harmonies of #5FA7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA7A0

Black with #5FA7A0

Text Example


Text Example

White with #5FA7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,167,160); }

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

background-color css

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

 a { background-color: rgb(95,167,160); }

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

border-color css

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

 span { border-color: rgb(95,167,160); }

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