Html Css Color HEX #58E1BA Downy

📋 copy color: '#58E1BA'

red 88 ◦ green 225 ◦ blue 186

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

Shades of Downy #58E1BA

Tints of Downy #58E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.09%

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

R = 17.64%
G = 45.09%
B = 37.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#58E1BA (or 0x58E1BA) is known color: Downy. HEX triplet: 58, E1 and BA. RGB value is (88,225,186). Sum of RGB (Red+Green+Blue) = 88+225+186=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E1BA is #A71E45. Grayscale: #B3B3B3. Windows color (decimal): -10952262 or 12247384. OLE color: 12247384.

HSL color Cylindrical-coordinate representation of color #58E1BA: hue angle of 162.92º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E1BA is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 225 186 -
CMYK 0.61 0 0.17 0.12
HSL 162.92º 0.7% 0.61% -
HSV(B) 162.92º 0.61% 0.88% -
XYZ 39.81 59.47 55.83 -
YUV 179.59 131.61 62.67 -
System Red Green Blue C M Y K H S L
Decimal 88 225 186 0.61 0 0.17 0.12 162.92 0.7 0.61
Hex 58 E1 BA 3D 0 11 C A3 46 3D
Octal 130 341 272 75 0 21 14 243 106 75
Binary 1011000 11100001 10111010 111101 0 10001 1100 10100011 1000110 111101

Color Harmonies of #58E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E1BA

Black with #58E1BA

Text Example


Text Example

White with #58E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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