#75F9B8

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

Shades of Aquamarine #75F9B8

Tints of Aquamarine #75F9B8

Color information

#75F9B8 (or 0x75F9B8) is unknown color: approx Aquamarine. HEX triplet: 75, F9 and B8. RGB value is (117,249,184). Sum of RGB (Red+Green+Blue) = 117+249+184=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9B8 is #8A0647. Grayscale: #CACACA. Windows color (decimal): -9045576 or 12122485. OLE color: 12122485.

HSL color Cylindrical-coordinate representation of color #75F9B8: hue angle of 150.45º degrees, saturation: 0.92, 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 #75F9B8 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB117249184-
CMYK0.5300.260.02
HSL150.45º91.67%71.76%-
HSV(B)150.45º53.01%97.65%-
XYZ49.8674.9957.19-
YUV202.12117.7767.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.27%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=21.27%
G=45.27%
B=33.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491840.5300.260.02150.4591.6771.76
Hex75F9B83501A2965c48
Octal165371270650322226134110
Binary11101011111100110111000110101011010101001011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,249,184); }

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

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

 a { background-color: rgb(117,249,184); }

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

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

 span { border-color: rgb(117,249,184); }

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