#75FDCF

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

Shades of Aquamarine #75FDCF

Tints of Aquamarine #75FDCF

Color information

#75FDCF (or 0x75FDCF) is unknown color: approx Aquamarine. HEX triplet: 75, FD and CF. RGB value is (117,253,207). Sum of RGB (Red+Green+Blue) = 117+253+207=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDCF is #8A0230. Grayscale: #CFCFCF. Windows color (decimal): -9044529 or 13630837. OLE color: 13630837.

HSL color Cylindrical-coordinate representation of color #75FDCF: hue angle of 159.71º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDCF is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB117253207-
CMYK0.5400.180.01
HSL159.71º97.14%72.55%-
HSV(B)159.71º53.75%99.22%-
XYZ53.7278.5471.36-
YUV207.09127.9463.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.28%
GREEN value IS 253 (99.22% from 255) = 43.85%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=20.28%
G=43.85%
B=35.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172532070.5400.180.01159.7197.1472.55
Hex75FDCF360121a06149
Octal165375317660221240141111
Binary1110101111111011100111111011001001011010000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,253,207); }

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

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

 a { background-color: rgb(117,253,207); }

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

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

 span { border-color: rgb(117,253,207); }

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