Html Css Color HEX #5AA0AE Cadet Blue

📋 copy color: '#5AA0AE'

red 90 ◦ green 160 ◦ blue 174

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

Shades of Cadet Blue #5AA0AE

Tints of Cadet Blue #5AA0AE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 21.23%
G = 37.74%
B = 41.04%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5AA0AE (or 0x5AA0AE) is known color: Cadet Blue. HEX triplet: 5A, A0 and AE. RGB value is (90,160,174). Sum of RGB (Red+Green+Blue) = 90+160+174=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #5AA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA0AE is #A55F51. Grayscale: #8C8C8C. Windows color (decimal): -10837842 or 11444314. OLE color: 11444314.

HSL color Cylindrical-coordinate representation of color #5AA0AE: hue angle of 190º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA0AE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 160 174 -
CMYK 0.48 0.08 0 0.32
HSL 190º 0.34% 0.52% -
HSV(B) 190º 0.48% 0.68% -
XYZ 24.43 30.37 44.62 -
YUV 140.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 90 160 174 0.48 0.08 0 0.32 190 0.34 0.52
Hex 5A A0 AE 30 8 0 20 BE 22 34
Octal 132 240 256 60 10 0 40 276 42 64
Binary 1011010 10100000 10101110 110000 1000 0 100000 10111110 100010 110100

Color Harmonies of #5AA0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA0AE

Black with #5AA0AE

Text Example


Text Example

White with #5AA0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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