Html Css Color HEX #5EDBBE Downy

📋 copy color: '#5EDBBE'

red 94 ◦ green 219 ◦ blue 190

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

Shades of Downy #5EDBBE

Tints of Downy #5EDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 18.69%
G = 43.54%
B = 37.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#5EDBBE (or 0x5EDBBE) is known color: Downy. HEX triplet: 5E, DB and BE. RGB value is (94,219,190). Sum of RGB (Red+Green+Blue) = 94+219+190=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBBE is #A12441. Grayscale: #B2B2B2. Windows color (decimal): -10560578 or 12507998. OLE color: 12507998.

HSL color Cylindrical-coordinate representation of color #5EDBBE: hue angle of 166.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBBE is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 219 190 -
CMYK 0.57 0 0.13 0.14
HSL 166.08º 0.63% 0.61% -
HSV(B) 166.08º 0.57% 0.86% -
XYZ 39.24 56.76 57.6 -
YUV 178.32 134.59 67.86 -
System Red Green Blue C M Y K H S L
Decimal 94 219 190 0.57 0 0.13 0.14 166.08 0.63 0.61
Hex 5E DB BE 39 0 D E A6 3F 3D
Octal 136 333 276 71 0 15 16 246 77 75
Binary 1011110 11011011 10111110 111001 0 1101 1110 10100110 111111 111101

Color Harmonies of #5EDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBBE

Black with #5EDBBE

Text Example


Text Example

White with #5EDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,219,190); }

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

background-color css

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

 a { background-color: rgb(94,219,190); }

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

border-color css

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

 span { border-color: rgb(94,219,190); }

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