#75F8C6

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

Shades of Aquamarine #75F8C6

Tints of Aquamarine #75F8C6

Color information

#75F8C6 (or 0x75F8C6) is unknown color: approx Aquamarine. HEX triplet: 75, F8 and C6. RGB value is (117,248,198). Sum of RGB (Red+Green+Blue) = 117+248+198=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F8C6 is #8A0739. Grayscale: #CBCBCB. Windows color (decimal): -9045818 or 13039733. OLE color: 13039733.

HSL color Cylindrical-coordinate representation of color #75F8C6: hue angle of 157.1º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F8C6 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB117248198-
CMYK0.5300.200.03
HSL157.1º90.34%71.57%-
HSV(B)157.1º52.82%97.25%-
XYZ51.174.9965.21-
YUV203.13125.166.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=20.78%
G=44.05%
B=35.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172481980.5300.200.03157.190.3471.57
Hex75F8C63501439d5a48
Octal165370306650243235132110
Binary11101011111100011000110110101010100111001110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,248,198); }

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

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

 a { background-color: rgb(117,248,198); }

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

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

 span { border-color: rgb(117,248,198); }

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