#7BEFC9

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

Shades of Aquamarine #7BEFC9

Tints of Aquamarine #7BEFC9

Color information

#7BEFC9 (or 0x7BEFC9) is unknown color: approx Aquamarine. HEX triplet: 7B, EF and C9. RGB value is (123,239,201). Sum of RGB (Red+Green+Blue) = 123+239+201=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFC9 is #841036. Grayscale: #C8C8C8. Windows color (decimal): -8654903 or 13234043. OLE color: 13234043.

HSL color Cylindrical-coordinate representation of color #7BEFC9: hue angle of 160.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFC9 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB123239201-
CMYK0.4900.160.06
HSL160.34º78.38%70.98%-
HSV(B)160.34º48.54%93.73%-
XYZ49.5870.1666.19-
YUV199.98128.5773.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.85%
GREEN value IS 239 (93.75% from 255) = 42.45%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=21.85%
G=42.45%
B=35.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232392010.4900.160.06160.3478.3870.98
Hex7BEFC9310106a04e47
Octal173357311610206240116107
Binary111101111101111110010011100010100001101010000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,239,201); }

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

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

 a { background-color: rgb(123,239,201); }

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

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

 span { border-color: rgb(123,239,201); }

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