#7BEFD5

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

Shades of Aquamarine #7BEFD5

Tints of Aquamarine #7BEFD5

Color information

#7BEFD5 (or 0x7BEFD5) is unknown color: approx Aquamarine. HEX triplet: 7B, EF and D5. RGB value is (123,239,213). Sum of RGB (Red+Green+Blue) = 123+239+213=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFD5 is #84102A. Grayscale: #C9C9C9. Windows color (decimal): -8654891 or 14020475. OLE color: 14020475.

HSL color Cylindrical-coordinate representation of color #7BEFD5: hue angle of 166.55º 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 #7BEFD5 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB123239213-
CMYK0.4900.110.06
HSL166.55º78.38%70.98%-
HSV(B)166.55º48.54%93.73%-
XYZ51.0570.7573.92-
YUV201.35134.5772.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.39%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=21.39%
G=41.57%
B=37.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232392130.4900.110.06166.5578.3870.98
Hex7BEFD5310B6a74e47
Octal173357325610136247116107
Binary11110111110111111010101110001010111101010011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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