#75FCDC

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

Shades of Aquamarine #75FCDC

Tints of Aquamarine #75FCDC

Color information

#75FCDC (or 0x75FCDC) is unknown color: approx Aquamarine. HEX triplet: 75, FC and DC. RGB value is (117,252,220). Sum of RGB (Red+Green+Blue) = 117+252+220=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FCDC is #8A0323. Grayscale: #CFCFCF. Windows color (decimal): -9044772 or 14482549. OLE color: 14482549.

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

Color convert

RGB117252220-
CMYK0.5400.130.01
HSL165.78º95.74%72.35%-
HSV(B)165.78º53.57%98.82%-
XYZ55.0678.5779.97-
YUV207.99134.7763.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.86%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=19.86%
G=42.78%
B=37.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172522200.5400.130.01165.7895.7472.35
Hex75FCDC360D1a66048
Octal165374334660151246140110
Binary111010111111100110111001101100110111010011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,252,220); }

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

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

 a { background-color: rgb(117,252,220); }

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

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

 span { border-color: rgb(117,252,220); }

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