#7ff4cc

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

Shades of Aquamarine #7FF4CC

Tints of Aquamarine #7FF4CC

Color information

#7FF4CC (or 0x7FF4CC) is unknown color: approx Aquamarine. HEX triplet: 7F, F4 and CC. RGB value is (127,244,204). Sum of RGB (Red+Green+Blue) = 127+244+204=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF4CC is #800B33. Grayscale: #CCCCCC. Windows color (decimal): -8391476 or 13431935. OLE color: 13431935.

HSL color Cylindrical-coordinate representation of color #7FF4CC: hue angle of 159.49º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF4CC is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB127244204-
CMYK0.4800.160.04
HSL159.49º84.17%72.75%-
HSV(B)159.49º47.95%95.69%-
XYZ5273.5768.59-
YUV204.46127.7472.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.09%
GREEN value IS 244 (95.70% from 255) = 42.43%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=22.09%
G=42.43%
B=35.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272442040.4800.160.04159.4984.1772.75
Hex7FF4CC3001049f5449
Octal177364314600204237124111
Binary111111111110100110011001100000100001001001111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ff4cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ff4cc; }

 p { color: rgb(127,244,204); }

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

<style>
 a { background-color: #7ff4cc; }

 a { background-color: rgb(127,244,204); }

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

<style>
 span { border-color: #7ff4cc; }

 span { border-color: rgb(127,244,204); }

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