#5CD9BA

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

Shades of Downy #5CD9BA

Tints of Downy #5CD9BA

Color information

#5CD9BA (or 0x5CD9BA) is unknown color: approx Downy. HEX triplet: 5C, D9 and BA. RGB value is (92,217,186). Sum of RGB (Red+Green+Blue) = 92+217+186=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9BA is #A32645. Grayscale: #B0B0B0. Windows color (decimal): -10692166 or 12245340. OLE color: 12245340.

HSL color Cylindrical-coordinate representation of color #5CD9BA: hue angle of 165.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9BA is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB92217186-
CMYK0.5800.140.15
HSL165.12º62.19%60.59%-
HSV(B)165.12º57.6%85.1%-
XYZ38.0955.4555.15-
YUV176.09133.5968.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.59%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=18.59%
G=43.84%
B=37.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal922171860.5800.140.15165.1262.1960.59
Hex5CD9BA3A0EFa53e3d
Octal13433127272016172457675
Binary1011100110110011011101011101001110111110100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,217,186); }

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

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

 a { background-color: rgb(92,217,186); }

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

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

 span { border-color: rgb(92,217,186); }

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