Html Css Color HEX #58D2BC Downy

📋 copy color: '#58D2BC'

red 88 ◦ green 210 ◦ blue 188

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

Shades of Downy #58D2BC

Tints of Downy #58D2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

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

R = 18.11%
G = 43.21%
B = 38.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#58D2BC (or 0x58D2BC) is known color: Downy. HEX triplet: 58, D2 and BC. RGB value is (88,210,188). Sum of RGB (Red+Green+Blue) = 88+210+188=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #58D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D2BC is #A72D43. Grayscale: #AAAAAA. Windows color (decimal): -10956100 or 12374616. OLE color: 12374616.

HSL color Cylindrical-coordinate representation of color #58D2BC: hue angle of 169.18º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D2BC is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 210 188 -
CMYK 0.58 0 0.10 0.18
HSL 169.18º 0.58% 0.58% -
HSV(B) 169.18º 0.58% 0.82% -
XYZ 36.15 51.8 55.67 -
YUV 171.01 137.58 68.79 -
System Red Green Blue C M Y K H S L
Decimal 88 210 188 0.58 0 0.10 0.18 169.18 0.58 0.58
Hex 58 D2 BC 3A 0 A 12 A9 3A 3A
Octal 130 322 274 72 0 12 22 251 72 72
Binary 1011000 11010010 10111100 111010 0 1010 10010 10101001 111010 111010

Color Harmonies of #58D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2BC

Black with #58D2BC

Text Example


Text Example

White with #58D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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