Html Css Color HEX #5DCEC2 Downy

📋 copy color: '#5DCEC2'

red 93 ◦ green 206 ◦ blue 194

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

Shades of Downy #5DCEC2

Tints of Downy #5DCEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.78%

 BLUE value IS 194 (76.17% from 255) = 39.35%

R = 18.86%
G = 41.78%
B = 39.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#5DCEC2 (or 0x5DCEC2) is known color: Downy. HEX triplet: 5D, CE and C2. RGB value is (93,206,194). Sum of RGB (Red+Green+Blue) = 93+206+194=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEC2 is #A2313D. Grayscale: #AAAAAA. Windows color (decimal): -10629438 or 12766813. OLE color: 12766813.

HSL color Cylindrical-coordinate representation of color #5DCEC2: hue angle of 173.63º 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 #5DCEC2 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 206 194 -
CMYK 0.55 0 0.06 0.19
HSL 173.63º 0.54% 0.59% -
HSV(B) 173.63º 0.55% 0.81% -
XYZ 36.32 50.36 58.85 -
YUV 170.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 93 206 194 0.55 0 0.06 0.19 173.63 0.54 0.59
Hex 5D CE C2 37 0 6 13 AE 36 3B
Octal 135 316 302 67 0 6 23 256 66 73
Binary 1011101 11001110 11000010 110111 0 110 10011 10101110 110110 111011

Color Harmonies of #5DCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEC2

Black with #5DCEC2

Text Example


Text Example

White with #5DCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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