#5DEFC1

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

Shades of Downy #5DEFC1

Tints of Downy #5DEFC1

Color information

#5DEFC1 (or 0x5DEFC1) is unknown color: approx Downy. HEX triplet: 5D, EF and C1. RGB value is (93,239,193). Sum of RGB (Red+Green+Blue) = 93+239+193=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFC1 is #A2103E. Grayscale: #BEBEBE. Windows color (decimal): -10620991 or 12709725. OLE color: 12709725.

HSL color Cylindrical-coordinate representation of color #5DEFC1: hue angle of 161.1º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFC1 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB93239193-
CMYK0.6100.190.06
HSL161.1º82.02%65.1%-
HSV(B)161.1º61.09%93.73%-
XYZ45.0167.9161.19-
YUV190.1129.6358.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.71%
GREEN value IS 239 (93.75% from 255) = 45.52%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=17.71%
G=45.52%
B=36.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932391930.6100.190.06161.182.0265.1
Hex5DEFC13D0136a15241
Octal135357301750236241122101
Binary101110111101111110000011111010100111101010000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,239,193); }

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

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

 a { background-color: rgb(93,239,193); }

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

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

 span { border-color: rgb(93,239,193); }

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