#78F9CB

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

Shades of Aquamarine #78F9CB

Tints of Aquamarine #78F9CB

Color information

#78F9CB (or 0x78F9CB) is unknown color: approx Aquamarine. HEX triplet: 78, F9 and CB. RGB value is (120,249,203). Sum of RGB (Red+Green+Blue) = 120+249+203=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F9CB is #870634. Grayscale: #CDCDCD. Windows color (decimal): -8848949 or 13367672. OLE color: 13367672.

HSL color Cylindrical-coordinate representation of color #78F9CB: hue angle of 158.6º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9CB is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB120249203-
CMYK0.5200.180.02
HSL158.6º91.49%72.35%-
HSV(B)158.6º51.81%97.65%-
XYZ52.476.0668.42-
YUV205.18126.7667.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.98%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=20.98%
G=43.53%
B=35.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202492030.5200.180.02158.691.4972.35
Hex78F9CB3401229f5b48
Octal170371313640222237133110
Binary11110001111100111001011110100010010101001111110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78F9CB; }

 p { color: rgb(120,249,203); }

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

<style>
 a { background-color: #78F9CB; }

 a { background-color: rgb(120,249,203); }

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

<style>
 span { border-color: #78F9CB; }

 span { border-color: rgb(120,249,203); }

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