Html Css Color HEX #5AA295 Cadet Blue

📋 copy color: '#5AA295'

red 90 ◦ green 162 ◦ blue 149

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

Shades of Cadet Blue #5AA295

Tints of Cadet Blue #5AA295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 22.44%
G = 40.4%
B = 37.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#5AA295 (or 0x5AA295) is known color: Cadet Blue. HEX triplet: 5A, A2 and 95. RGB value is (90,162,149). Sum of RGB (Red+Green+Blue) = 90+162+149=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA295 is #A55D6A. Grayscale: #8A8A8A. Windows color (decimal): -10837355 or 9806426. OLE color: 9806426.

HSL color Cylindrical-coordinate representation of color #5AA295: hue angle of 169.17º 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 #5AA295 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 149 -
CMYK 0.44 0 0.08 0.36
HSL 169.17º 0.29% 0.49% -
HSV(B) 169.17º 0.44% 0.64% -
XYZ 22.56 30.18 33.07 -
YUV 138.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 90 162 149 0.44 0 0.08 0.36 169.17 0.29 0.49
Hex 5A A2 95 2C 0 8 24 A9 1D 31
Octal 132 242 225 54 0 10 44 251 35 61
Binary 1011010 10100010 10010101 101100 0 1000 100100 10101001 11101 110001

Color Harmonies of #5AA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA295

Black with #5AA295

Text Example


Text Example

White with #5AA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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