Html Css Color HEX #58EAC0 Downy

📋 copy color: '#58EAC0'

red 88 ◦ green 234 ◦ blue 192

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

Shades of Downy #58EAC0

Tints of Downy #58EAC0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 17.12%
G = 45.53%
B = 37.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#58EAC0 (or 0x58EAC0) is known color: Downy. HEX triplet: 58, EA and C0. RGB value is (88,234,192). Sum of RGB (Red+Green+Blue) = 88+234+192=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #58EAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EAC0 is #A7153F. Grayscale: #B9B9B9. Windows color (decimal): -10949952 or 12642904. OLE color: 12642904.

HSL color Cylindrical-coordinate representation of color #58EAC0: hue angle of 162.74º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EAC0 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 234 192 -
CMYK 0.62 0 0.18 0.08
HSL 162.74º 0.78% 0.63% -
HSV(B) 162.74º 0.62% 0.92% -
XYZ 42.96 64.73 60.1 -
YUV 185.56 131.63 58.42 -
System Red Green Blue C M Y K H S L
Decimal 88 234 192 0.62 0 0.18 0.08 162.74 0.78 0.63
Hex 58 EA C0 3E 0 12 8 A3 4E 3F
Octal 130 352 300 76 0 22 10 243 116 77
Binary 1011000 11101010 11000000 111110 0 10010 1000 10100011 1001110 111111

Color Harmonies of #58EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EAC0

Black with #58EAC0

Text Example


Text Example

White with #58EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,234,192); }

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

background-color css

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

 a { background-color: rgb(88,234,192); }

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

border-color css

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

 span { border-color: rgb(88,234,192); }

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