Html Css Color HEX #58FEBA Aquamarine

📋 copy color: '#58FEBA'

red 88 ◦ green 254 ◦ blue 186

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

Shades of Aquamarine #58FEBA

Tints of Aquamarine #58FEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 16.67%
G = 48.11%
B = 35.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#58FEBA (or 0x58FEBA) is known color: Aquamarine. HEX triplet: 58, FE and BA. RGB value is (88,254,186). Sum of RGB (Red+Green+Blue) = 88+254+186=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEBA is #A70145. Grayscale: #C4C4C4. Windows color (decimal): -10944838 or 12254808. OLE color: 12254808.

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

Color convert

RGB 88 254 186 -
CMYK 0.65 0 0.27 0.00
HSL 155.42º 0.99% 0.67% -
HSV(B) 155.42º 0.65% 1% -
XYZ 48.33 76.5 58.67 -
YUV 196.61 122 50.53 -
System Red Green Blue C M Y K H S L
Decimal 88 254 186 0.65 0 0.27 0.00 155.42 0.99 0.67
Hex 58 FE BA 41 0 1B 0 9B 63 43
Octal 130 376 272 101 0 33 0 233 143 103
Binary 1011000 11111110 10111010 1000001 0 11011 0 10011011 1100011 1000011

Color Harmonies of #58FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FEBA

Black with #58FEBA

Text Example


Text Example

White with #58FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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