Html Css Color HEX #58FEBF Aquamarine

📋 copy color: '#58FEBF'

red 88 ◦ green 254 ◦ blue 191

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

Shades of Aquamarine #58FEBF

Tints of Aquamarine #58FEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.83%

R = 16.51%
G = 47.65%
B = 35.83%

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

#58FEBF (or 0x58FEBF) is known color: Aquamarine. HEX triplet: 58, FE and BF. RGB value is (88,254,191). Sum of RGB (Red+Green+Blue) = 88+254+191=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEBF is #A70140. Grayscale: #C5C5C5. Windows color (decimal): -10944833 or 12582488. OLE color: 12582488.

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

Color convert

RGB 88 254 191 -
CMYK 0.65 0 0.25 0.00
HSL 157.23º 0.99% 0.67% -
HSV(B) 157.23º 0.65% 1% -
XYZ 48.87 76.72 61.52 -
YUV 197.18 124.5 50.12 -
System Red Green Blue C M Y K H S L
Decimal 88 254 191 0.65 0 0.25 0.00 157.23 0.99 0.67
Hex 58 FE BF 41 0 19 0 9D 63 43
Octal 130 376 277 101 0 31 0 235 143 103
Binary 1011000 11111110 10111111 1000001 0 11001 0 10011101 1100011 1000011

Color Harmonies of #58FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FEBF

Black with #58FEBF

Text Example


Text Example

White with #58FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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