Html Css Color HEX #5BECB9 Downy

📋 copy color: '#5BECB9'

red 91 ◦ green 236 ◦ blue 185

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

Shades of Downy #5BECB9

Tints of Downy #5BECB9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.09%

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 17.77%
G = 46.09%
B = 36.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#5BECB9 (or 0x5BECB9) is known color: Downy. HEX triplet: 5B, EC and B9. RGB value is (91,236,185). Sum of RGB (Red+Green+Blue) = 91+236+185=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECB9 is #A41346. Grayscale: #BABABA. Windows color (decimal): -10752839 or 12184667. OLE color: 12184667.

HSL color Cylindrical-coordinate representation of color #5BECB9: hue angle of 158.9º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BECB9 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 236 185 -
CMYK 0.61 0 0.22 0.07
HSL 158.9º 0.79% 0.64% -
HSV(B) 158.9º 0.61% 0.93% -
XYZ 43.07 65.72 56.31 -
YUV 186.83 126.96 59.65 -
System Red Green Blue C M Y K H S L
Decimal 91 236 185 0.61 0 0.22 0.07 158.9 0.79 0.64
Hex 5B EC B9 3D 0 16 7 9F 4F 40
Octal 133 354 271 75 0 26 7 237 117 100
Binary 1011011 11101100 10111001 111101 0 10110 111 10011111 1001111 1000000

Color Harmonies of #5BECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BECB9

Black with #5BECB9

Text Example


Text Example

White with #5BECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,236,185); }

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

background-color css

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

 a { background-color: rgb(91,236,185); }

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

border-color css

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

 span { border-color: rgb(91,236,185); }

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