Html Css Color HEX #5BEABB Downy

📋 copy color: '#5BEABB'

red 91 ◦ green 234 ◦ blue 187

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

Shades of Downy #5BEABB

Tints of Downy #5BEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 17.77%
G = 45.7%
B = 36.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#5BEABB (or 0x5BEABB) is known color: Downy. HEX triplet: 5B, EA and BB. RGB value is (91,234,187). Sum of RGB (Red+Green+Blue) = 91+234+187=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEABB is #A41544. Grayscale: #B9B9B9. Windows color (decimal): -10753349 or 12315227. OLE color: 12315227.

HSL color Cylindrical-coordinate representation of color #5BEABB: hue angle of 160.28º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEABB is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 234 187 -
CMYK 0.61 0 0.20 0.08
HSL 160.28º 0.77% 0.64% -
HSV(B) 160.28º 0.61% 0.92% -
XYZ 42.71 64.66 57.24 -
YUV 185.89 128.62 60.32 -
System Red Green Blue C M Y K H S L
Decimal 91 234 187 0.61 0 0.20 0.08 160.28 0.77 0.64
Hex 5B EA BB 3D 0 14 8 A0 4D 40
Octal 133 352 273 75 0 24 10 240 115 100
Binary 1011011 11101010 10111011 111101 0 10100 1000 10100000 1001101 1000000

Color Harmonies of #5BEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEABB

Black with #5BEABB

Text Example


Text Example

White with #5BEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,234,187); }

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

background-color css

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

 a { background-color: rgb(91,234,187); }

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

border-color css

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

 span { border-color: rgb(91,234,187); }

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