#7BF4CE

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

Shades of Aquamarine #7BF4CE

Tints of Aquamarine #7BF4CE

Color information

#7BF4CE (or 0x7BF4CE) is unknown color: approx Aquamarine. HEX triplet: 7B, F4 and CE. RGB value is (123,244,206). Sum of RGB (Red+Green+Blue) = 123+244+206=573 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.47% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #7BF4CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF4CE is #840B31. Grayscale: #CBCBCB. Windows color (decimal): -8653618 or 13563003. OLE color: 13563003.

HSL color Cylindrical-coordinate representation of color #7BF4CE: hue angle of 161.16º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF4CE is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB123244206-
CMYK0.5000.160.04
HSL161.16º84.62%71.96%-
HSV(B)161.16º49.59%95.69%-
XYZ51.6673.3769.83-
YUV203.49129.4170.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.47%
GREEN value IS 244 (95.70% from 255) = 42.58%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=21.47%
G=42.58%
B=35.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232442060.5000.160.04161.1684.6271.96
Hex7BF4CE320104a15548
Octal173364316620204241125110
Binary111101111110100110011101100100100001001010000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,244,206); }

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

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

 a { background-color: rgb(123,244,206); }

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

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

 span { border-color: rgb(123,244,206); }

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