Html Css Color HEX #5AA4A0 Cadet Blue

📋 copy color: '#5AA4A0'

red 90 ◦ green 164 ◦ blue 160

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

Shades of Cadet Blue #5AA4A0

Tints of Cadet Blue #5AA4A0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 21.74%
G = 39.61%
B = 38.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#5AA4A0 (or 0x5AA4A0) is known color: Cadet Blue. HEX triplet: 5A, A4 and A0. RGB value is (90,164,160). Sum of RGB (Red+Green+Blue) = 90+164+160=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA4A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA4A0 is #A55B5F. Grayscale: #8D8D8D. Windows color (decimal): -10836832 or 10527834. OLE color: 10527834.

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

Color convert

RGB 90 164 160 -
CMYK 0.45 0 0.02 0.36
HSL 176.76º 0.29% 0.5% -
HSV(B) 176.76º 0.45% 0.64% -
XYZ 23.84 31.26 38.04 -
YUV 141.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 90 164 160 0.45 0 0.02 0.36 176.76 0.29 0.5
Hex 5A A4 A0 2D 0 2 24 B1 1D 32
Octal 132 244 240 55 0 2 44 261 35 62
Binary 1011010 10100100 10100000 101101 0 10 100100 10110001 11101 110010

Color Harmonies of #5AA4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA4A0

Black with #5AA4A0

Text Example


Text Example

White with #5AA4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,164,160); }

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

background-color css

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

 a { background-color: rgb(90,164,160); }

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

border-color css

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

 span { border-color: rgb(90,164,160); }

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