Html Css Color HEX #5EEBC5 Downy

📋 copy color: '#5EEBC5'

red 94 ◦ green 235 ◦ blue 197

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

Shades of Downy #5EEBC5

Tints of Downy #5EEBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.45%

R = 17.87%
G = 44.68%
B = 37.45%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#5EEBC5 (or 0x5EEBC5) is known color: Downy. HEX triplet: 5E, EB and C5. RGB value is (94,235,197). Sum of RGB (Red+Green+Blue) = 94+235+197=526 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.87% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBC5 is #A1143A. Grayscale: #BCBCBC. Windows color (decimal): -10556475 or 12970846. OLE color: 12970846.

HSL color Cylindrical-coordinate representation of color #5EEBC5: hue angle of 163.83º 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 #5EEBC5 is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 235 197 -
CMYK 0.6 0 0.16 0.08
HSL 163.83º 0.78% 0.65% -
HSV(B) 163.83º 0.6% 0.92% -
XYZ 44.4 65.83 63.19 -
YUV 188.51 132.79 60.59 -
System Red Green Blue C M Y K H S L
Decimal 94 235 197 0.6 0 0.16 0.08 163.83 0.78 0.65
Hex 5E EB C5 3C 0 10 8 A4 4E 41
Octal 136 353 305 74 0 20 10 244 116 101
Binary 1011110 11101011 11000101 111100 0 10000 1000 10100100 1001110 1000001

Color Harmonies of #5EEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBC5

Black with #5EEBC5

Text Example


Text Example

White with #5EEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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