Html Css Color HEX #58CDA8 Medium Aquamarine

📋 copy color: '#58CDA8'

red 88 ◦ green 205 ◦ blue 168

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

Shades of Medium Aquamarine #58CDA8

Tints of Medium Aquamarine #58CDA8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 168 (66.02% from 255) = 36.44%

R = 19.09%
G = 44.47%
B = 36.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#58CDA8 (or 0x58CDA8) is known color: Medium Aquamarine. HEX triplet: 58, CD and A8. RGB value is (88,205,168). Sum of RGB (Red+Green+Blue) = 88+205+168=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CDA8 is #A73257. Grayscale: #A5A5A5. Windows color (decimal): -10957400 or 11062616. OLE color: 11062616.

HSL color Cylindrical-coordinate representation of color #58CDA8: hue angle of 161.03º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDA8 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 205 168 -
CMYK 0.57 0 0.18 0.20
HSL 161.03º 0.54% 0.57% -
HSV(B) 161.03º 0.57% 0.8% -
XYZ 32.92 48.56 44.68 -
YUV 165.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 88 205 168 0.57 0 0.18 0.20 161.03 0.54 0.57
Hex 58 CD A8 39 0 12 14 A1 36 39
Octal 130 315 250 71 0 22 24 241 66 71
Binary 1011000 11001101 10101000 111001 0 10010 10100 10100001 110110 111001

Color Harmonies of #58CDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDA8

Black with #58CDA8

Text Example


Text Example

White with #58CDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,205,168); }

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

background-color css

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

 a { background-color: rgb(88,205,168); }

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

border-color css

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

 span { border-color: rgb(88,205,168); }

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