Html Css Color HEX #5DA69C Cadet Blue

📋 copy color: '#5DA69C'

red 93 ◦ green 166 ◦ blue 156

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

Shades of Cadet Blue #5DA69C

Tints of Cadet Blue #5DA69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 22.41%
G = 40%
B = 37.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#5DA69C (or 0x5DA69C) is known color: Cadet Blue. HEX triplet: 5D, A6 and 9C. RGB value is (93,166,156). Sum of RGB (Red+Green+Blue) = 93+166+156=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA69C is #A25963. Grayscale: #8F8F8F. Windows color (decimal): -10639716 or 10266205. OLE color: 10266205.

HSL color Cylindrical-coordinate representation of color #5DA69C: hue angle of 171.78º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA69C is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 166 156 -
CMYK 0.44 0 0.06 0.35
HSL 171.78º 0.29% 0.51% -
HSV(B) 171.78º 0.44% 0.65% -
XYZ 24.15 32 36.36 -
YUV 143.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 93 166 156 0.44 0 0.06 0.35 171.78 0.29 0.51
Hex 5D A6 9C 2C 0 6 23 AC 1D 33
Octal 135 246 234 54 0 6 43 254 35 63
Binary 1011101 10100110 10011100 101100 0 110 100011 10101100 11101 110011

Color Harmonies of #5DA69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA69C

Black with #5DA69C

Text Example


Text Example

White with #5DA69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,166,156); }

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

background-color css

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

 a { background-color: rgb(93,166,156); }

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

border-color css

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

 span { border-color: rgb(93,166,156); }

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