Html Css Color HEX #58FEBE Aquamarine

📋 copy color: '#58FEBE'

red 88 ◦ green 254 ◦ blue 190

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

Shades of Aquamarine #58FEBE

Tints of Aquamarine #58FEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 16.54%
G = 47.74%
B = 35.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#58FEBE (or 0x58FEBE) is known color: Aquamarine. HEX triplet: 58, FE and BE. RGB value is (88,254,190). Sum of RGB (Red+Green+Blue) = 88+254+190=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEBE is #A70141. Grayscale: #C5C5C5. Windows color (decimal): -10944834 or 12516952. OLE color: 12516952.

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

Color convert

RGB 88 254 190 -
CMYK 0.65 0 0.25 0.00
HSL 156.87º 0.99% 0.67% -
HSV(B) 156.87º 0.65% 1% -
XYZ 48.76 76.68 60.95 -
YUV 197.07 124 50.2 -
System Red Green Blue C M Y K H S L
Decimal 88 254 190 0.65 0 0.25 0.00 156.87 0.99 0.67
Hex 58 FE BE 41 0 19 0 9D 63 43
Octal 130 376 276 101 0 31 0 235 143 103
Binary 1011000 11111110 10111110 1000001 0 11001 0 10011101 1100011 1000011

Color Harmonies of #58FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FEBE

Black with #58FEBE

Text Example


Text Example

White with #58FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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