Html Css Color HEX #58E1BC Downy

📋 copy color: '#58E1BC'

red 88 ◦ green 225 ◦ blue 188

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

Shades of Downy #58E1BC

Tints of Downy #58E1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 17.56%
G = 44.91%
B = 37.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#58E1BC (or 0x58E1BC) is known color: Downy. HEX triplet: 58, E1 and BC. RGB value is (88,225,188). Sum of RGB (Red+Green+Blue) = 88+225+188=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E1BC is #A71E43. Grayscale: #B3B3B3. Windows color (decimal): -10952260 or 12378456. OLE color: 12378456.

HSL color Cylindrical-coordinate representation of color #58E1BC: hue angle of 163.8º 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 #58E1BC is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 225 188 -
CMYK 0.61 0 0.16 0.12
HSL 163.8º 0.7% 0.61% -
HSV(B) 163.8º 0.61% 0.88% -
XYZ 40.03 59.56 56.96 -
YUV 179.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 88 225 188 0.61 0 0.16 0.12 163.8 0.7 0.61
Hex 58 E1 BC 3D 0 10 C A4 46 3D
Octal 130 341 274 75 0 20 14 244 106 75
Binary 1011000 11100001 10111100 111101 0 10000 1100 10100100 1000110 111101

Color Harmonies of #58E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E1BC

Black with #58E1BC

Text Example


Text Example

White with #58E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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