Html Css Color HEX #5AA29C Cadet Blue

📋 copy color: '#5AA29C'

red 90 ◦ green 162 ◦ blue 156

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

Shades of Cadet Blue #5AA29C

Tints of Cadet Blue #5AA29C

RGB

 RED value IS 90 (35.55% from 255) = 22.06%

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

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

R = 22.06%
G = 39.71%
B = 38.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#5AA29C (or 0x5AA29C) is known color: Cadet Blue. HEX triplet: 5A, A2 and 9C. RGB value is (90,162,156). Sum of RGB (Red+Green+Blue) = 90+162+156=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA29C is #A55D63. Grayscale: #8B8B8B. Windows color (decimal): -10837348 or 10265178. OLE color: 10265178.

HSL color Cylindrical-coordinate representation of color #5AA29C: hue angle of 175º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA29C is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 156 -
CMYK 0.44 0 0.04 0.36
HSL 175º 0.29% 0.49% -
HSV(B) 175º 0.44% 0.64% -
XYZ 23.14 30.41 36.1 -
YUV 139.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 90 162 156 0.44 0 0.04 0.36 175 0.29 0.49
Hex 5A A2 9C 2C 0 4 24 AF 1D 31
Octal 132 242 234 54 0 4 44 257 35 61
Binary 1011010 10100010 10011100 101100 0 100 100100 10101111 11101 110001

Color Harmonies of #5AA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA29C

Black with #5AA29C

Text Example


Text Example

White with #5AA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,156); }

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

background-color css

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

 a { background-color: rgb(90,162,156); }

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

border-color css

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

 span { border-color: rgb(90,162,156); }

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