Html Css Color HEX #58FABB Aquamarine

📋 copy color: '#58FABB'

red 88 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #58FABB

Tints of Aquamarine #58FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.62%

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 16.76%
G = 47.62%
B = 35.62%

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

#58FABB (or 0x58FABB) is known color: Aquamarine. HEX triplet: 58, FA and BB. RGB value is (88,250,187). Sum of RGB (Red+Green+Blue) = 88+250+187=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #58FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FABB is #A70544. Grayscale: #C2C2C2. Windows color (decimal): -10945861 or 12319320. OLE color: 12319320.

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

Color convert

RGB 88 250 187 -
CMYK 0.65 0 0.25 0.02
HSL 156.67º 0.94% 0.66% -
HSV(B) 156.67º 0.65% 0.98% -
XYZ 47.18 74.03 58.82 -
YUV 194.38 123.83 52.12 -
System Red Green Blue C M Y K H S L
Decimal 88 250 187 0.65 0 0.25 0.02 156.67 0.94 0.66
Hex 58 FA BB 41 0 19 2 9D 5E 42
Octal 130 372 273 101 0 31 2 235 136 102
Binary 1011000 11111010 10111011 1000001 0 11001 10 10011101 1011110 1000010

Color Harmonies of #58FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FABB

Black with #58FABB

Text Example


Text Example

White with #58FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,250,187); }

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

background-color css

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

 a { background-color: rgb(88,250,187); }

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

border-color css

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

 span { border-color: rgb(88,250,187); }

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