Html Css Color HEX #58D3BC Downy

📋 copy color: '#58D3BC'

red 88 ◦ green 211 ◦ blue 188

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

Shades of Downy #58D3BC

Tints of Downy #58D3BC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.33%

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

R = 18.07%
G = 43.33%
B = 38.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#58D3BC (or 0x58D3BC) is known color: Downy. HEX triplet: 58, D3 and BC. RGB value is (88,211,188). Sum of RGB (Red+Green+Blue) = 88+211+188=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #58D3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D3BC is #A72C43. Grayscale: #ABABAB. Windows color (decimal): -10955844 or 12374872. OLE color: 12374872.

HSL color Cylindrical-coordinate representation of color #58D3BC: hue angle of 168.78º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D3BC is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 88 211 188 -
CMYK 0.58 0 0.11 0.17
HSL 168.78º 0.58% 0.59% -
HSV(B) 168.78º 0.58% 0.83% -
XYZ 36.4 52.29 55.75 -
YUV 171.6 137.25 68.37 -
System Red Green Blue C M Y K H S L
Decimal 88 211 188 0.58 0 0.11 0.17 168.78 0.58 0.59
Hex 58 D3 BC 3A 0 B 11 A9 3A 3B
Octal 130 323 274 72 0 13 21 251 72 73
Binary 1011000 11010011 10111100 111010 0 1011 10001 10101001 111010 111011

Color Harmonies of #58D3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D3BC

Black with #58D3BC

Text Example


Text Example

White with #58D3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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