#7FF4CB

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

Shades of Aquamarine #7FF4CB

Tints of Aquamarine #7FF4CB

Color information

#7FF4CB (or 0x7FF4CB) is unknown color: approx Aquamarine. HEX triplet: 7F, F4 and CB. RGB value is (127,244,203). Sum of RGB (Red+Green+Blue) = 127+244+203=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF4CB is #800B34. Grayscale: #CCCCCC. Windows color (decimal): -8391477 or 13366399. OLE color: 13366399.

HSL color Cylindrical-coordinate representation of color #7FF4CB: hue angle of 158.97º 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 #7FF4CB is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB127244203-
CMYK0.4800.170.04
HSL158.97º84.17%72.75%-
HSV(B)158.97º47.95%95.69%-
XYZ51.8873.5367.96-
YUV204.34127.2472.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.13%
GREEN value IS 244 (95.70% from 255) = 42.51%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=22.13%
G=42.51%
B=35.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272442030.4800.170.04158.9784.1772.75
Hex7FF4CB3001149f5449
Octal177364313600214237124111
Binary111111111110100110010111100000100011001001111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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