Html Css Color HEX #5BEEC0 Downy

📋 copy color: '#5BEEC0'

red 91 ◦ green 238 ◦ blue 192

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

Shades of Downy #5BEEC0

Tints of Downy #5BEEC0

RGB

 RED value IS 91 (35.94% from 255) = 17.47%

 GREEN value IS 238 (93.36% from 255) = 45.68%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 17.47%
G = 45.68%
B = 36.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#5BEEC0 (or 0x5BEEC0) is known color: Downy. HEX triplet: 5B, EE and C0. RGB value is (91,238,192). Sum of RGB (Red+Green+Blue) = 91+238+192=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEEC0 is #A4113F. Grayscale: #BCBCBC. Windows color (decimal): -10752320 or 12643931. OLE color: 12643931.

HSL color Cylindrical-coordinate representation of color #5BEEC0: hue angle of 161.22º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEEC0 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 238 192 -
CMYK 0.62 0 0.19 0.07
HSL 161.22º 0.81% 0.65% -
HSV(B) 161.22º 0.62% 0.93% -
XYZ 44.4 67.18 60.5 -
YUV 188.8 129.8 58.24 -
System Red Green Blue C M Y K H S L
Decimal 91 238 192 0.62 0 0.19 0.07 161.22 0.81 0.65
Hex 5B EE C0 3E 0 13 7 A1 51 41
Octal 133 356 300 76 0 23 7 241 121 101
Binary 1011011 11101110 11000000 111110 0 10011 111 10100001 1010001 1000001

Color Harmonies of #5BEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEEC0

Black with #5BEEC0

Text Example


Text Example

White with #5BEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,238,192); }

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

background-color css

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

 a { background-color: rgb(91,238,192); }

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

border-color css

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

 span { border-color: rgb(91,238,192); }

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