#75F5C9

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

Shades of Aquamarine #75F5C9

Tints of Aquamarine #75F5C9

Color information

#75F5C9 (or 0x75F5C9) is unknown color: approx Aquamarine. HEX triplet: 75, F5 and C9. RGB value is (117,245,201). Sum of RGB (Red+Green+Blue) = 117+245+201=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #75F5C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F5C9 is #8A0A36. Grayscale: #C9C9C9. Windows color (decimal): -9046583 or 13235573. OLE color: 13235573.

HSL color Cylindrical-coordinate representation of color #75F5C9: hue angle of 159.38º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F5C9 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB117245201-
CMYK0.5200.180.04
HSL159.38º86.49%70.98%-
HSV(B)159.38º52.24%96.08%-
XYZ50.5373.366.74-
YUV201.71127.5967.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=20.78%
G=43.52%
B=35.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172452010.5200.180.04159.3886.4970.98
Hex75F5C93401249f5647
Octal165365311640224237126107
Binary111010111110101110010011101000100101001001111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,245,201); }

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

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

 a { background-color: rgb(117,245,201); }

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

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

 span { border-color: rgb(117,245,201); }

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