#7CFBDB

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

Shades of Aquamarine #7CFBDB

Tints of Aquamarine #7CFBDB

Color information

#7CFBDB (or 0x7CFBDB) is unknown color: approx Aquamarine. HEX triplet: 7C, FB and DB. RGB value is (124,251,219). Sum of RGB (Red+Green+Blue) = 124+251+219=594 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.88% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFBDB is #830424. Grayscale: #D1D1D1. Windows color (decimal): -8586277 or 14416764. OLE color: 14416764.

HSL color Cylindrical-coordinate representation of color #7CFBDB: hue angle of 164.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFBDB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB124251219-
CMYK0.5100.130.02
HSL164.88º94.07%73.53%-
HSV(B)164.88º50.6%98.43%-
XYZ55.678.3979.22-
YUV209.38133.4267.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.88%
GREEN value IS 251 (98.44% from 255) = 42.26%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=20.88%
G=42.26%
B=36.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242512190.5100.130.02164.8894.0773.53
Hex7CFBDB330D2a55e4a
Octal174373333630152245136112
Binary1111100111110111101101111001101101101010010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,251,219); }

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

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

 a { background-color: rgb(124,251,219); }

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

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

 span { border-color: rgb(124,251,219); }

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