Html Css Color HEX #5AA6A0 Cadet Blue

📋 copy color: '#5AA6A0'

red 90 ◦ green 166 ◦ blue 160

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

Shades of Cadet Blue #5AA6A0

Tints of Cadet Blue #5AA6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

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

R = 21.63%
G = 39.9%
B = 38.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#5AA6A0 (or 0x5AA6A0) is known color: Cadet Blue. HEX triplet: 5A, A6 and A0. RGB value is (90,166,160). Sum of RGB (Red+Green+Blue) = 90+166+160=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA6A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA6A0 is #A5595F. Grayscale: #8E8E8E. Windows color (decimal): -10836320 or 10528346. OLE color: 10528346.

HSL color Cylindrical-coordinate representation of color #5AA6A0: hue angle of 175.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA6A0 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 166 160 -
CMYK 0.46 0 0.04 0.35
HSL 175.26º 0.3% 0.5% -
HSV(B) 175.26º 0.46% 0.65% -
XYZ 24.2 31.98 38.16 -
YUV 142.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 90 166 160 0.46 0 0.04 0.35 175.26 0.3 0.5
Hex 5A A6 A0 2E 0 4 23 AF 1E 32
Octal 132 246 240 56 0 4 43 257 36 62
Binary 1011010 10100110 10100000 101110 0 100 100011 10101111 11110 110010

Color Harmonies of #5AA6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA6A0

Black with #5AA6A0

Text Example


Text Example

White with #5AA6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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