Html Css Color HEX #5DA0AA Cadet Blue

📋 copy color: '#5DA0AA'

red 93 ◦ green 160 ◦ blue 170

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

Shades of Cadet Blue #5DA0AA

Tints of Cadet Blue #5DA0AA

RGB

 RED value IS 93 (36.72% from 255) = 21.99%

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 21.99%
G = 37.83%
B = 40.19%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5DA0AA (or 0x5DA0AA) is known color: Cadet Blue. HEX triplet: 5D, A0 and AA. RGB value is (93,160,170). Sum of RGB (Red+Green+Blue) = 93+160+170=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #5DA0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA0AA is #A25F55. Grayscale: #8C8C8C. Windows color (decimal): -10641238 or 11182173. OLE color: 11182173.

HSL color Cylindrical-coordinate representation of color #5DA0AA: hue angle of 187.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA0AA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 160 170 -
CMYK 0.45 0.06 0 0.33
HSL 187.79º 0.31% 0.52% -
HSV(B) 187.79º 0.45% 0.67% -
XYZ 24.34 30.37 42.61 -
YUV 141.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 93 160 170 0.45 0.06 0 0.33 187.79 0.31 0.52
Hex 5D A0 AA 2D 6 0 21 BC 1F 34
Octal 135 240 252 55 6 0 41 274 37 64
Binary 1011101 10100000 10101010 101101 110 0 100001 10111100 11111 110100

Color Harmonies of #5DA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA0AA

Black with #5DA0AA

Text Example


Text Example

White with #5DA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,160,170); }

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

background-color css

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

 a { background-color: rgb(93,160,170); }

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

border-color css

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

 span { border-color: rgb(93,160,170); }

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