Html Css Color HEX #5FA29A Cadet Blue

📋 copy color: '#5FA29A'

red 95 ◦ green 162 ◦ blue 154

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

Shades of Cadet Blue #5FA29A

Tints of Cadet Blue #5FA29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 23.11%
G = 39.42%
B = 37.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#5FA29A (or 0x5FA29A) is known color: Cadet Blue. HEX triplet: 5F, A2 and 9A. RGB value is (95,162,154). Sum of RGB (Red+Green+Blue) = 95+162+154=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA29A is #A05D65. Grayscale: #8D8D8D. Windows color (decimal): -10509670 or 10134111. OLE color: 10134111.

HSL color Cylindrical-coordinate representation of color #5FA29A: hue angle of 172.84º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA29A is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 162 154 -
CMYK 0.41 0 0.05 0.36
HSL 172.84º 0.26% 0.5% -
HSV(B) 172.84º 0.41% 0.64% -
XYZ 23.47 30.61 35.24 -
YUV 141.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 95 162 154 0.41 0 0.05 0.36 172.84 0.26 0.5
Hex 5F A2 9A 29 0 5 24 AD 1A 32
Octal 137 242 232 51 0 5 44 255 32 62
Binary 1011111 10100010 10011010 101001 0 101 100100 10101101 11010 110010

Color Harmonies of #5FA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA29A

Black with #5FA29A

Text Example


Text Example

White with #5FA29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,162,154); }

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

background-color css

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

 a { background-color: rgb(95,162,154); }

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

border-color css

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

 span { border-color: rgb(95,162,154); }

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