Html Css Color HEX #5EDFCC Downy

📋 copy color: '#5EDFCC'

red 94 ◦ green 223 ◦ blue 204

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

Shades of Downy #5EDFCC

Tints of Downy #5EDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 18.04%
G = 42.8%
B = 39.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#5EDFCC (or 0x5EDFCC) is known color: Downy. HEX triplet: 5E, DF and CC. RGB value is (94,223,204). Sum of RGB (Red+Green+Blue) = 94+223+204=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFCC is #A12033. Grayscale: #B6B6B6. Windows color (decimal): -10559540 or 13426526. OLE color: 13426526.

HSL color Cylindrical-coordinate representation of color #5EDFCC: hue angle of 171.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFCC is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 223 204 -
CMYK 0.58 0 0.09 0.13
HSL 171.16º 0.67% 0.62% -
HSV(B) 171.16º 0.58% 0.87% -
XYZ 41.9 59.51 66.41 -
YUV 182.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 94 223 204 0.58 0 0.09 0.13 171.16 0.67 0.62
Hex 5E DF CC 3A 0 9 D AB 43 3E
Octal 136 337 314 72 0 11 15 253 103 76
Binary 1011110 11011111 11001100 111010 0 1001 1101 10101011 1000011 111110

Color Harmonies of #5EDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDFCC

Black with #5EDFCC

Text Example


Text Example

White with #5EDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,223,204); }

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

background-color css

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

 a { background-color: rgb(94,223,204); }

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

border-color css

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

 span { border-color: rgb(94,223,204); }

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