#7DFFBB

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

Shades of Aquamarine #7DFFBB

Tints of Aquamarine #7DFFBB

Color information

#7DFFBB (or 0x7DFFBB) is unknown color: approx Aquamarine. HEX triplet: 7D, FF and BB. RGB value is (125,255,187). Sum of RGB (Red+Green+Blue) = 125+255+187=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFFBB is #820044. Grayscale: #D0D0D0. Windows color (decimal): -8519749 or 12320637. OLE color: 12320637.

HSL color Cylindrical-coordinate representation of color #7DFFBB: hue angle of 148.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFBB is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB125255187-
CMYK0.5100.270
HSL148.62º100%74.51%-
HSV(B)148.62º50.98%100%-
XYZ53.1979.4759.55-
YUV208.38115.9368.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=22.05%
G=44.97%
B=32.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252551870.5100.270148.6210074.51
Hex7DFFBB3301B095644b
Octal175377273630330225144113
Binary1111101111111111011101111001101101101001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,255,187); }

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

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

 a { background-color: rgb(125,255,187); }

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

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

 span { border-color: rgb(125,255,187); }

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