Html Css Color HEX #58EEBE Downy

📋 copy color: '#58EEBE'

red 88 ◦ green 238 ◦ blue 190

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

Shades of Downy #58EEBE

Tints of Downy #58EEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 17.05%
G = 46.12%
B = 36.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#58EEBE (or 0x58EEBE) is known color: Downy. HEX triplet: 58, EE and BE. RGB value is (88,238,190). Sum of RGB (Red+Green+Blue) = 88+238+190=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEBE is #A71141. Grayscale: #BBBBBB. Windows color (decimal): -10948930 or 12512856. OLE color: 12512856.

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

Color convert

RGB 88 238 190 -
CMYK 0.63 0 0.20 0.07
HSL 160.8º 0.82% 0.64% -
HSV(B) 160.8º 0.63% 0.93% -
XYZ 43.89 66.94 59.32 -
YUV 187.68 129.31 56.9 -
System Red Green Blue C M Y K H S L
Decimal 88 238 190 0.63 0 0.20 0.07 160.8 0.82 0.64
Hex 58 EE BE 3F 0 14 7 A1 52 40
Octal 130 356 276 77 0 24 7 241 122 100
Binary 1011000 11101110 10111110 111111 0 10100 111 10100001 1010010 1000000

Color Harmonies of #58EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEBE

Black with #58EEBE

Text Example


Text Example

White with #58EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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