Html Css Color HEX #5ECBC4 Downy

📋 copy color: '#5ECBC4'

red 94 ◦ green 203 ◦ blue 196

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

Shades of Downy #5ECBC4

Tints of Downy #5ECBC4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 19.07%
G = 41.18%
B = 39.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#5ECBC4 (or 0x5ECBC4) is known color: Downy. HEX triplet: 5E, CB and C4. RGB value is (94,203,196). Sum of RGB (Red+Green+Blue) = 94+203+196=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBC4 is #A1343B. Grayscale: #A9A9A9. Windows color (decimal): -10564668 or 12897118. OLE color: 12897118.

HSL color Cylindrical-coordinate representation of color #5ECBC4: hue angle of 176.15º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBC4 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 203 196 -
CMYK 0.54 0 0.03 0.20
HSL 176.15º 0.51% 0.58% -
HSV(B) 176.15º 0.54% 0.8% -
XYZ 35.94 49.08 59.8 -
YUV 169.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 94 203 196 0.54 0 0.03 0.20 176.15 0.51 0.58
Hex 5E CB C4 36 0 3 14 B0 33 3A
Octal 136 313 304 66 0 3 24 260 63 72
Binary 1011110 11001011 11000100 110110 0 11 10100 10110000 110011 111010

Color Harmonies of #5ECBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECBC4

Black with #5ECBC4

Text Example


Text Example

White with #5ECBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,203,196); }

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

background-color css

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

 a { background-color: rgb(94,203,196); }

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

border-color css

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

 span { border-color: rgb(94,203,196); }

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