Html Css Color HEX #5EEBB9 Downy

📋 copy color: '#5EEBB9'

red 94 ◦ green 235 ◦ blue 185

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

Shades of Downy #5EEBB9

Tints of Downy #5EEBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.72%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 18.29%
G = 45.72%
B = 35.99%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#5EEBB9 (or 0x5EEBB9) is known color: Downy. HEX triplet: 5E, EB and B9. RGB value is (94,235,185). Sum of RGB (Red+Green+Blue) = 94+235+185=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBB9 is #A11446. Grayscale: #BBBBBB. Windows color (decimal): -10556487 or 12184414. OLE color: 12184414.

HSL color Cylindrical-coordinate representation of color #5EEBB9: hue angle of 158.72º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBB9 is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 235 185 -
CMYK 0.6 0 0.21 0.08
HSL 158.72º 0.78% 0.65% -
HSV(B) 158.72º 0.6% 0.92% -
XYZ 43.08 65.3 56.23 -
YUV 187.14 126.79 61.57 -
System Red Green Blue C M Y K H S L
Decimal 94 235 185 0.6 0 0.21 0.08 158.72 0.78 0.65
Hex 5E EB B9 3C 0 15 8 9F 4E 41
Octal 136 353 271 74 0 25 10 237 116 101
Binary 1011110 11101011 10111001 111100 0 10101 1000 10011111 1001110 1000001

Color Harmonies of #5EEBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBB9

Black with #5EEBB9

Text Example


Text Example

White with #5EEBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,235,185); }

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

background-color css

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

 a { background-color: rgb(94,235,185); }

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

border-color css

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

 span { border-color: rgb(94,235,185); }

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