Html Css Color HEX #5ECFC1 Downy

📋 copy color: '#5ECFC1'

red 94 ◦ green 207 ◦ blue 193

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

Shades of Downy #5ECFC1

Tints of Downy #5ECFC1

RGB

 RED value IS 94 (37.11% from 255) = 19.03%

 GREEN value IS 207 (81.25% from 255) = 41.9%

 BLUE value IS 193 (75.78% from 255) = 39.07%

R = 19.03%
G = 41.9%
B = 39.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#5ECFC1 (or 0x5ECFC1) is known color: Downy. HEX triplet: 5E, CF and C1. RGB value is (94,207,193). Sum of RGB (Red+Green+Blue) = 94+207+193=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFC1 is #A1303E. Grayscale: #ABABAB. Windows color (decimal): -10563647 or 12701534. OLE color: 12701534.

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

Color convert

RGB 94 207 193 -
CMYK 0.55 0 0.07 0.19
HSL 172.57º 0.54% 0.59% -
HSV(B) 172.57º 0.55% 0.81% -
XYZ 36.55 50.86 58.34 -
YUV 171.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 94 207 193 0.55 0 0.07 0.19 172.57 0.54 0.59
Hex 5E CF C1 37 0 7 13 AD 36 3B
Octal 136 317 301 67 0 7 23 255 66 73
Binary 1011110 11001111 11000001 110111 0 111 10011 10101101 110110 111011

Color Harmonies of #5ECFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFC1

Black with #5ECFC1

Text Example


Text Example

White with #5ECFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,207,193); }

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

background-color css

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

 a { background-color: rgb(94,207,193); }

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

border-color css

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

 span { border-color: rgb(94,207,193); }

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