Html Css Color HEX #5AA19A Cadet Blue

📋 copy color: '#5AA19A'

red 90 ◦ green 161 ◦ blue 154

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

Shades of Cadet Blue #5AA19A

Tints of Cadet Blue #5AA19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.75%

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

R = 22.22%
G = 39.75%
B = 38.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#5AA19A (or 0x5AA19A) is known color: Cadet Blue. HEX triplet: 5A, A1 and 9A. RGB value is (90,161,154). Sum of RGB (Red+Green+Blue) = 90+161+154=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA19A is #A55E65. Grayscale: #8A8A8A. Windows color (decimal): -10837606 or 10133850. OLE color: 10133850.

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

Color convert

RGB 90 161 154 -
CMYK 0.44 0 0.04 0.37
HSL 174.08º 0.28% 0.49% -
HSV(B) 174.08º 0.44% 0.63% -
XYZ 22.79 30 35.16 -
YUV 138.97 136.48 93.07 -
System Red Green Blue C M Y K H S L
Decimal 90 161 154 0.44 0 0.04 0.37 174.08 0.28 0.49
Hex 5A A1 9A 2C 0 4 25 AE 1C 31
Octal 132 241 232 54 0 4 45 256 34 61
Binary 1011010 10100001 10011010 101100 0 100 100101 10101110 11100 110001

Color Harmonies of #5AA19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA19A

Black with #5AA19A

Text Example


Text Example

White with #5AA19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,161,154); }

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

background-color css

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

 a { background-color: rgb(90,161,154); }

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

border-color css

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

 span { border-color: rgb(90,161,154); }

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