Html Css Color HEX #5AA19B Cadet Blue

📋 copy color: '#5AA19B'

red 90 ◦ green 161 ◦ blue 155

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

Shades of Cadet Blue #5AA19B

Tints of Cadet Blue #5AA19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 22.17%
G = 39.66%
B = 38.18%

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

#5AA19B (or 0x5AA19B) is known color: Cadet Blue. HEX triplet: 5A, A1 and 9B. RGB value is (90,161,155). Sum of RGB (Red+Green+Blue) = 90+161+155=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA19B is #A55E64. Grayscale: #8B8B8B. Windows color (decimal): -10837605 or 10199386. OLE color: 10199386.

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

Color convert

RGB 90 161 155 -
CMYK 0.44 0 0.04 0.37
HSL 174.93º 0.28% 0.49% -
HSV(B) 174.93º 0.44% 0.63% -
XYZ 22.88 30.03 35.6 -
YUV 139.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 90 161 155 0.44 0 0.04 0.37 174.93 0.28 0.49
Hex 5A A1 9B 2C 0 4 25 AF 1C 31
Octal 132 241 233 54 0 4 45 257 34 61
Binary 1011010 10100001 10011011 101100 0 100 100101 10101111 11100 110001

Color Harmonies of #5AA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA19B

Black with #5AA19B

Text Example


Text Example

White with #5AA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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