Html Css Color HEX #58EEBA Downy

📋 copy color: '#58EEBA'

red 88 ◦ green 238 ◦ blue 186

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

Shades of Downy #58EEBA

Tints of Downy #58EEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 17.19%
G = 46.48%
B = 36.33%

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

#58EEBA (or 0x58EEBA) is known color: Downy. HEX triplet: 58, EE and BA. RGB value is (88,238,186). Sum of RGB (Red+Green+Blue) = 88+238+186=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEBA is #A71145. Grayscale: #BBBBBB. Windows color (decimal): -10948934 or 12250712. OLE color: 12250712.

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

Color convert

RGB 88 238 186 -
CMYK 0.63 0 0.22 0.07
HSL 159.2º 0.82% 0.64% -
HSV(B) 159.2º 0.63% 0.93% -
XYZ 43.46 66.77 57.05 -
YUV 187.22 127.31 57.23 -
System Red Green Blue C M Y K H S L
Decimal 88 238 186 0.63 0 0.22 0.07 159.2 0.82 0.64
Hex 58 EE BA 3F 0 16 7 9F 52 40
Octal 130 356 272 77 0 26 7 237 122 100
Binary 1011000 11101110 10111010 111111 0 10110 111 10011111 1010010 1000000

Color Harmonies of #58EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEBA

Black with #58EEBA

Text Example


Text Example

White with #58EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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