#7BEEDE

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

Shades of Aquamarine #7BEEDE

Tints of Aquamarine #7BEEDE

Color information

#7BEEDE (or 0x7BEEDE) is unknown color: approx Aquamarine. HEX triplet: 7B, EE and DE. RGB value is (123,238,222). Sum of RGB (Red+Green+Blue) = 123+238+222=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEDE is #841121. Grayscale: #C9C9C9. Windows color (decimal): -8655138 or 14610043. OLE color: 14610043.

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

Color convert

RGB123238222-
CMYK0.4800.070.07
HSL171.65º77.18%70.78%-
HSV(B)171.65º48.32%93.33%-
XYZ51.9370.6380-
YUV201.79139.471.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.10%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=21.10%
G=40.82%
B=38.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232382220.4800.070.07171.6577.1870.78
Hex7BEEDE30077ac4d47
Octal17335633660077254115107
Binary1111011111011101101111011000001111111010110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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