Html Css Color HEX #58FCB0 Medium Aquamarine

📋 copy color: '#58FCB0'

red 88 ◦ green 252 ◦ blue 176

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

Shades of Medium Aquamarine #58FCB0

Tints of Medium Aquamarine #58FCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.84%

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 17.05%
G = 48.84%
B = 34.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#58FCB0 (or 0x58FCB0) is known color: Medium Aquamarine. HEX triplet: 58, FC and B0. RGB value is (88,252,176). Sum of RGB (Red+Green+Blue) = 88+252+176=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FCB0 is #A7034F. Grayscale: #C2C2C2. Windows color (decimal): -10945360 or 11598936. OLE color: 11598936.

HSL color Cylindrical-coordinate representation of color #58FCB0: hue angle of 152.2º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCB0 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 252 176 -
CMYK 0.65 0 0.30 0.01
HSL 152.2º 0.96% 0.67% -
HSV(B) 152.2º 0.65% 0.99% -
XYZ 46.67 74.83 53.06 -
YUV 194.3 117.67 52.18 -
System Red Green Blue C M Y K H S L
Decimal 88 252 176 0.65 0 0.30 0.01 152.2 0.96 0.67
Hex 58 FC B0 41 0 1E 1 98 60 43
Octal 130 374 260 101 0 36 1 230 140 103
Binary 1011000 11111100 10110000 1000001 0 11110 1 10011000 1100000 1000011

Color Harmonies of #58FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCB0

Black with #58FCB0

Text Example


Text Example

White with #58FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,252,176); }

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

background-color css

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

 a { background-color: rgb(88,252,176); }

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

border-color css

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

 span { border-color: rgb(88,252,176); }

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