Html Css Color HEX #58F9BA Aquamarine

📋 copy color: '#58F9BA'

red 88 ◦ green 249 ◦ blue 186

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

Shades of Aquamarine #58F9BA

Tints of Aquamarine #58F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.61%

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

R = 16.83%
G = 47.61%
B = 35.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#58F9BA (or 0x58F9BA) is known color: Aquamarine. HEX triplet: 58, F9 and BA. RGB value is (88,249,186). Sum of RGB (Red+Green+Blue) = 88+249+186=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #58F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F9BA is #A70645. Grayscale: #C1C1C1. Windows color (decimal): -10946118 or 12253528. OLE color: 12253528.

HSL color Cylindrical-coordinate representation of color #58F9BA: hue angle of 156.52º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F9BA is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 249 186 -
CMYK 0.65 0 0.25 0.02
HSL 156.52º 0.93% 0.66% -
HSV(B) 156.52º 0.65% 0.98% -
XYZ 46.76 73.37 58.15 -
YUV 193.68 123.66 52.62 -
System Red Green Blue C M Y K H S L
Decimal 88 249 186 0.65 0 0.25 0.02 156.52 0.93 0.66
Hex 58 F9 BA 41 0 19 2 9D 5D 42
Octal 130 371 272 101 0 31 2 235 135 102
Binary 1011000 11111001 10111010 1000001 0 11001 10 10011101 1011101 1000010

Color Harmonies of #58F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F9BA

Black with #58F9BA

Text Example


Text Example

White with #58F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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