Html Css Color HEX #58EEBB Downy

📋 copy color: '#58EEBB'

red 88 ◦ green 238 ◦ blue 187

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

Shades of Downy #58EEBB

Tints of Downy #58EEBB

RGB

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

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

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

R = 17.15%
G = 46.39%
B = 36.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#58EEBB (or 0x58EEBB) is known color: Downy. HEX triplet: 58, EE and BB. RGB value is (88,238,187). Sum of RGB (Red+Green+Blue) = 88+238+187=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEBB is #A71144. Grayscale: #BBBBBB. Windows color (decimal): -10948933 or 12316248. OLE color: 12316248.

HSL color Cylindrical-coordinate representation of color #58EEBB: hue angle of 159.6º degrees, saturation: 0.82, 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 #58EEBB is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 238 187 -
CMYK 0.63 0 0.21 0.07
HSL 159.6º 0.82% 0.64% -
HSV(B) 159.6º 0.63% 0.93% -
XYZ 43.57 66.81 57.61 -
YUV 187.34 127.81 57.15 -
System Red Green Blue C M Y K H S L
Decimal 88 238 187 0.63 0 0.21 0.07 159.6 0.82 0.64
Hex 58 EE BB 3F 0 15 7 A0 52 40
Octal 130 356 273 77 0 25 7 240 122 100
Binary 1011000 11101110 10111011 111111 0 10101 111 10100000 1010010 1000000

Color Harmonies of #58EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEBB

Black with #58EEBB

Text Example


Text Example

White with #58EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,238,187); }

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

background-color css

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

 a { background-color: rgb(88,238,187); }

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

border-color css

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

 span { border-color: rgb(88,238,187); }

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