#7BEEE0

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

Shades of Aquamarine #7BEEE0

Tints of Aquamarine #7BEEE0

Color information

#7BEEE0 (or 0x7BEEE0) is unknown color: approx Aquamarine. HEX triplet: 7B, EE and E0. RGB value is (123,238,224). Sum of RGB (Red+Green+Blue) = 123+238+224=585 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.03% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEE0 is #84111F. Grayscale: #C9C9C9. Windows color (decimal): -8655136 or 14741115. OLE color: 14741115.

HSL color Cylindrical-coordinate representation of color #7BEEE0: hue angle of 172.7º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEE0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB123238224-
CMYK0.4800.060.07
HSL172.7º77.18%70.78%-
HSV(B)172.7º48.32%93.33%-
XYZ52.270.7481.42-
YUV202.02140.471.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.03%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=21.03%
G=40.68%
B=38.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232382240.4800.060.07172.777.1870.78
Hex7BEEE030067ad4d47
Octal17335634060067255115107
Binary1111011111011101110000011000001101111010110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,238,224); }

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

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

 a { background-color: rgb(123,238,224); }

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

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

 span { border-color: rgb(123,238,224); }

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