Html Css Color HEX #58E6BA Downy

📋 copy color: '#58E6BA'

red 88 ◦ green 230 ◦ blue 186

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

Shades of Downy #58E6BA

Tints of Downy #58E6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.63%

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

R = 17.46%
G = 45.63%
B = 36.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#58E6BA (or 0x58E6BA) is known color: Downy. HEX triplet: 58, E6 and BA. RGB value is (88,230,186). Sum of RGB (Red+Green+Blue) = 88+230+186=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #58E6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58E6BA is #A71945. Grayscale: #B6B6B6. Windows color (decimal): -10950982 or 12248664. OLE color: 12248664.

HSL color Cylindrical-coordinate representation of color #58E6BA: hue angle of 161.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E6BA is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 88 230 186 -
CMYK 0.62 0 0.19 0.10
HSL 161.41º 0.74% 0.62% -
HSV(B) 161.41º 0.62% 0.9% -
XYZ 41.18 62.21 56.29 -
YUV 182.53 129.96 60.58 -
System Red Green Blue C M Y K H S L
Decimal 88 230 186 0.62 0 0.19 0.10 161.41 0.74 0.62
Hex 58 E6 BA 3E 0 13 A A1 4A 3E
Octal 130 346 272 76 0 23 12 241 112 76
Binary 1011000 11100110 10111010 111110 0 10011 1010 10100001 1001010 111110

Color Harmonies of #58E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E6BA

Black with #58E6BA

Text Example


Text Example

White with #58E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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