#5DA39C

Color #5DA39C Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5DA39C

Tints of Cadet Blue #5DA39C

Color information

#5DA39C (or 0x5DA39C) is unknown color: approx Cadet Blue. HEX triplet: 5D, A3 and 9C. RGB value is (93,163,156). Sum of RGB (Red+Green+Blue) = 93+163+156=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA39C is #A25C63. Grayscale: #8D8D8D. Windows color (decimal): -10640484 or 10265437. OLE color: 10265437.

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

Color convert

RGB93163156-
CMYK0.4300.040.36
HSL174º27.56%50.2%-
HSV(B)174º42.94%63.92%-
XYZ23.6130.9236.18-
YUV141.27136.3193.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.57%
GREEN value IS 163 (64.06% from 255) = 39.56%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=22.57%
G=39.56%
B=37.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931631560.4300.040.3617427.5650.2
Hex5DA39C2B0424ae1c32
Octal1352432345304442563462
Binary1011101101000111001110010101101001001001010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DA39C;
 }
 .AnyTagClassName
 {
   color: #5DA39C;
 }
</style>
background-color css

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

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

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

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

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

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