Html Css Color HEX #5ECDC6 Downy

📋 copy color: '#5ECDC6'

red 94 ◦ green 205 ◦ blue 198

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

Shades of Downy #5ECDC6

Tints of Downy #5ECDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 18.91%
G = 41.25%
B = 39.84%

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

#5ECDC6 (or 0x5ECDC6) is known color: Downy. HEX triplet: 5E, CD and C6. RGB value is (94,205,198). Sum of RGB (Red+Green+Blue) = 94+205+198=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDC6 is #A13239. Grayscale: #AAAAAA. Windows color (decimal): -10564154 or 13028702. OLE color: 13028702.

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

Color convert

RGB 94 205 198 -
CMYK 0.54 0 0.03 0.20
HSL 176.22º 0.53% 0.59% -
HSV(B) 176.22º 0.54% 0.8% -
XYZ 36.64 50.12 61.17 -
YUV 171.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 94 205 198 0.54 0 0.03 0.20 176.22 0.53 0.59
Hex 5E CD C6 36 0 3 14 B0 35 3B
Octal 136 315 306 66 0 3 24 260 65 73
Binary 1011110 11001101 11000110 110110 0 11 10100 10110000 110101 111011

Color Harmonies of #5ECDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECDC6

Black with #5ECDC6

Text Example


Text Example

White with #5ECDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,205,198); }

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

background-color css

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

 a { background-color: rgb(94,205,198); }

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

border-color css

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

 span { border-color: rgb(94,205,198); }

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