#75F9B5

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

Shades of Aquamarine #75F9B5

Tints of Aquamarine #75F9B5

Color information

#75F9B5 (or 0x75F9B5) is unknown color: approx Aquamarine. HEX triplet: 75, F9 and B5. RGB value is (117,249,181). Sum of RGB (Red+Green+Blue) = 117+249+181=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9B5 is #8A064A. Grayscale: #C9C9C9. Windows color (decimal): -9045579 or 11925877. OLE color: 11925877.

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

Color convert

RGB117249181-
CMYK0.5300.270.02
HSL149.09º91.67%71.76%-
HSV(B)149.09º53.01%97.65%-
XYZ49.5574.8755.56-
YUV201.78116.2767.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.39%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=21.39%
G=45.52%
B=33.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491810.5300.270.02149.0991.6771.76
Hex75F9B53501B2955c48
Octal165371265650332225134110
Binary11101011111100110110101110101011011101001010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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