Html Css Color HEX #5EDFCB Downy

📋 copy color: '#5EDFCB'

red 94 ◦ green 223 ◦ blue 203

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

Shades of Downy #5EDFCB

Tints of Downy #5EDFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 18.08%
G = 42.88%
B = 39.04%

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

#5EDFCB (or 0x5EDFCB) is known color: Downy. HEX triplet: 5E, DF and CB. RGB value is (94,223,203). Sum of RGB (Red+Green+Blue) = 94+223+203=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFCB is #A12034. Grayscale: #B6B6B6. Windows color (decimal): -10559541 or 13360990. OLE color: 13360990.

HSL color Cylindrical-coordinate representation of color #5EDFCB: hue angle of 170.7º 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 #5EDFCB is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 223 203 -
CMYK 0.58 0 0.09 0.13
HSL 170.7º 0.67% 0.62% -
HSV(B) 170.7º 0.58% 0.87% -
XYZ 41.78 59.47 65.78 -
YUV 182.15 139.76 65.13 -
System Red Green Blue C M Y K H S L
Decimal 94 223 203 0.58 0 0.09 0.13 170.7 0.67 0.62
Hex 5E DF CB 3A 0 9 D AB 43 3E
Octal 136 337 313 72 0 11 15 253 103 76
Binary 1011110 11011111 11001011 111010 0 1001 1101 10101011 1000011 111110

Color Harmonies of #5EDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDFCB

Black with #5EDFCB

Text Example


Text Example

White with #5EDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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