Html Css Color HEX #58FAC0 Aquamarine

📋 copy color: '#58FAC0'

red 88 ◦ green 250 ◦ blue 192

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

Shades of Aquamarine #58FAC0

Tints of Aquamarine #58FAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.17%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 16.6%
G = 47.17%
B = 36.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#58FAC0 (or 0x58FAC0) is known color: Aquamarine. HEX triplet: 58, FA and C0. RGB value is (88,250,192). Sum of RGB (Red+Green+Blue) = 88+250+192=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FAC0 is #A7053F. Grayscale: #C3C3C3. Windows color (decimal): -10945856 or 12647000. OLE color: 12647000.

HSL color Cylindrical-coordinate representation of color #58FAC0: hue angle of 158.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FAC0 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 250 192 -
CMYK 0.65 0 0.23 0.02
HSL 158.52º 0.94% 0.66% -
HSV(B) 158.52º 0.65% 0.98% -
XYZ 47.72 74.25 61.69 -
YUV 194.95 126.33 51.72 -
System Red Green Blue C M Y K H S L
Decimal 88 250 192 0.65 0 0.23 0.02 158.52 0.94 0.66
Hex 58 FA C0 41 0 17 2 9F 5E 42
Octal 130 372 300 101 0 27 2 237 136 102
Binary 1011000 11111010 11000000 1000001 0 10111 10 10011111 1011110 1000010

Color Harmonies of #58FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FAC0

Black with #58FAC0

Text Example


Text Example

White with #58FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,250,192); }

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

background-color css

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

 a { background-color: rgb(88,250,192); }

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

border-color css

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

 span { border-color: rgb(88,250,192); }

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