#5DCEC1

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

Shades of Downy #5DCEC1

Tints of Downy #5DCEC1

Color information

#5DCEC1 (or 0x5DCEC1) is unknown color: approx Downy. HEX triplet: 5D, CE and C1. RGB value is (93,206,193). Sum of RGB (Red+Green+Blue) = 93+206+193=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEC1 is #A2313E. Grayscale: #AAAAAA. Windows color (decimal): -10629439 or 12701277. OLE color: 12701277.

HSL color Cylindrical-coordinate representation of color #5DCEC1: hue angle of 173.1º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEC1 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB93206193-
CMYK0.5500.060.19
HSL173.1º53.55%58.63%-
HSV(B)173.1º54.85%80.78%-
XYZ36.2150.3258.26-
YUV170.73140.5672.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.90%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=18.90%
G=41.87%
B=39.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061930.5500.060.19173.153.5558.63
Hex5DCEC1370613ad363b
Octal1353163016706232556673
Binary1011101110011101100000111011101101001110101101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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