Html Css Color HEX #58ECB9 Downy

📋 copy color: '#58ECB9'

red 88 ◦ green 236 ◦ blue 185

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

Shades of Downy #58ECB9

Tints of Downy #58ECB9

RGB

 RED value IS 88 (34.77% from 255) = 17.29%

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

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

R = 17.29%
G = 46.37%
B = 36.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#58ECB9 (or 0x58ECB9) is known color: Downy. HEX triplet: 58, EC and B9. RGB value is (88,236,185). Sum of RGB (Red+Green+Blue) = 88+236+185=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECB9 is #A71346. Grayscale: #B9B9B9. Windows color (decimal): -10949447 or 12184664. OLE color: 12184664.

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

Color convert

RGB 88 236 185 -
CMYK 0.63 0 0.22 0.07
HSL 159.32º 0.8% 0.64% -
HSV(B) 159.32º 0.63% 0.93% -
XYZ 42.78 65.57 56.3 -
YUV 185.93 127.47 58.15 -
System Red Green Blue C M Y K H S L
Decimal 88 236 185 0.63 0 0.22 0.07 159.32 0.8 0.64
Hex 58 EC B9 3F 0 16 7 9F 50 40
Octal 130 354 271 77 0 26 7 237 120 100
Binary 1011000 11101100 10111001 111111 0 10110 111 10011111 1010000 1000000

Color Harmonies of #58ECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECB9

Black with #58ECB9

Text Example


Text Example

White with #58ECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58ECB9; }

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

 H1.HeaderClassName
 {
   color: #58ECB9;
 }
 .AnyTagClassName
 {
   color: #58ECB9;
 }
</style>

background-color css

<style>
 a { background-color: #58ECB9; }

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

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

border-color css

<style>
 span { border-color: #58ECB9; }

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

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