#75FACB

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

Shades of Aquamarine #75FACB

Tints of Aquamarine #75FACB

Color information

#75FACB (or 0x75FACB) is unknown color: approx Aquamarine. HEX triplet: 75, FA and CB. RGB value is (117,250,203). Sum of RGB (Red+Green+Blue) = 117+250+203=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #75FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FACB is #8A0534. Grayscale: #CCCCCC. Windows color (decimal): -9045301 or 13367925. OLE color: 13367925.

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

Color convert

RGB117250203-
CMYK0.5300.190.02
HSL158.8º93.01%71.96%-
HSV(B)158.8º53.2%98.04%-
XYZ52.376.4668.5-
YUV204.88126.9465.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.53%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=20.53%
G=43.86%
B=35.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172502030.5300.190.02158.893.0171.96
Hex75FACB3501329f5d48
Octal165372313650232237135110
Binary11101011111101011001011110101010011101001111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,250,203); }

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

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

 a { background-color: rgb(117,250,203); }

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

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

 span { border-color: rgb(117,250,203); }

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