Html Css Color HEX #58FEBC Aquamarine

📋 copy color: '#58FEBC'

red 88 ◦ green 254 ◦ blue 188

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

Shades of Aquamarine #58FEBC

Tints of Aquamarine #58FEBC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.92%

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 16.6%
G = 47.92%
B = 35.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#58FEBC (or 0x58FEBC) is known color: Aquamarine. HEX triplet: 58, FE and BC. RGB value is (88,254,188). Sum of RGB (Red+Green+Blue) = 88+254+188=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEBC is #A70143. Grayscale: #C4C4C4. Windows color (decimal): -10944836 or 12385880. OLE color: 12385880.

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

Color convert

RGB 88 254 188 -
CMYK 0.65 0 0.26 0.00
HSL 156.14º 0.99% 0.67% -
HSV(B) 156.14º 0.65% 1% -
XYZ 48.54 76.59 59.8 -
YUV 196.84 123 50.37 -
System Red Green Blue C M Y K H S L
Decimal 88 254 188 0.65 0 0.26 0.00 156.14 0.99 0.67
Hex 58 FE BC 41 0 1A 0 9C 63 43
Octal 130 376 274 101 0 32 0 234 143 103
Binary 1011000 11111110 10111100 1000001 0 11010 0 10011100 1100011 1000011

Color Harmonies of #58FEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FEBC

Black with #58FEBC

Text Example


Text Example

White with #58FEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,254,188); }

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

background-color css

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

 a { background-color: rgb(88,254,188); }

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

border-color css

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

 span { border-color: rgb(88,254,188); }

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