Html Css Color HEX #58D3BA Downy

📋 copy color: '#58D3BA'

red 88 ◦ green 211 ◦ blue 186

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

Shades of Downy #58D3BA

Tints of Downy #58D3BA

RGB

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

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

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

R = 18.14%
G = 43.51%
B = 38.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#58D3BA (or 0x58D3BA) is known color: Downy. HEX triplet: 58, D3 and BA. RGB value is (88,211,186). Sum of RGB (Red+Green+Blue) = 88+211+186=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #58D3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D3BA is #A72C45. Grayscale: #ABABAB. Windows color (decimal): -10955846 or 12243800. OLE color: 12243800.

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

Color convert

RGB 88 211 186 -
CMYK 0.58 0 0.12 0.17
HSL 167.8º 0.58% 0.59% -
HSV(B) 167.8º 0.58% 0.83% -
XYZ 36.18 52.21 54.62 -
YUV 171.37 136.25 68.53 -
System Red Green Blue C M Y K H S L
Decimal 88 211 186 0.58 0 0.12 0.17 167.8 0.58 0.59
Hex 58 D3 BA 3A 0 C 11 A8 3A 3B
Octal 130 323 272 72 0 14 21 250 72 73
Binary 1011000 11010011 10111010 111010 0 1100 10001 10101000 111010 111011

Color Harmonies of #58D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D3BA

Black with #58D3BA

Text Example


Text Example

White with #58D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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