#75FBBB

Color #75FBBB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #75FBBB

Tints of Aquamarine #75FBBB

Color information

#75FBBB (or 0x75FBBB) is unknown color: approx Aquamarine. HEX triplet: 75, FB and BB. RGB value is (117,251,187). Sum of RGB (Red+Green+Blue) = 117+251+187=555 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.08% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FBBB is #8A0444. Grayscale: #CBCBCB. Windows color (decimal): -9045061 or 12319605. OLE color: 12319605.

HSL color Cylindrical-coordinate representation of color #75FBBB: hue angle of 151.34º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBBB is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB117251187-
CMYK0.5300.250.02
HSL151.34º94.37%72.16%-
HSV(B)151.34º53.39%98.43%-
XYZ50.876.3659.08-
YUV203.64118.6166.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.08%
GREEN value IS 251 (98.44% from 255) = 45.23%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=21.08%
G=45.23%
B=33.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172511870.5300.250.02151.3494.3772.16
Hex75FBBB350192975e48
Octal165373273650312227136110
Binary11101011111101110111011110101011001101001011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75FBBB; }

 p { color: rgb(117,251,187); }

 H1.HeaderClassName
 {
   color: #75FBBB;
 }
 .AnyTagClassName
 {
   color: #75FBBB;
 }
</style>
background-color css

<style>
 a { background-color: #75FBBB; }

 a { background-color: rgb(117,251,187); }

 div.DivClassName
 {
   background-color: #75FBBB;
 }
 .BgClassName
 {
   background-color: #75FBBB;
 }
</style>
border-color css

<style>
 span { border-color: #75FBBB; }

 span { border-color: rgb(117,251,187); }

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