Html Css Color HEX #58FAC2 Aquamarine

📋 copy color: '#58FAC2'

red 88 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #58FAC2

Tints of Aquamarine #58FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 16.54%
G = 46.99%
B = 36.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#58FAC2 (or 0x58FAC2) is known color: Aquamarine. HEX triplet: 58, FA and C2. RGB value is (88,250,194). Sum of RGB (Red+Green+Blue) = 88+250+194=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FAC2 is #A7053D. Grayscale: #C3C3C3. Windows color (decimal): -10945854 or 12778072. OLE color: 12778072.

HSL color Cylindrical-coordinate representation of color #58FAC2: hue angle of 159.26º 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 #58FAC2 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 250 194 -
CMYK 0.65 0 0.22 0.02
HSL 159.26º 0.94% 0.66% -
HSV(B) 159.26º 0.65% 0.98% -
XYZ 47.95 74.34 62.86 -
YUV 195.18 127.33 51.55 -
System Red Green Blue C M Y K H S L
Decimal 88 250 194 0.65 0 0.22 0.02 159.26 0.94 0.66
Hex 58 FA C2 41 0 16 2 9F 5E 42
Octal 130 372 302 101 0 26 2 237 136 102
Binary 1011000 11111010 11000010 1000001 0 10110 10 10011111 1011110 1000010

Color Harmonies of #58FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FAC2

Black with #58FAC2

Text Example


Text Example

White with #58FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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