#78FBCB

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

Shades of Aquamarine #78FBCB

Tints of Aquamarine #78FBCB

Color information

#78FBCB (or 0x78FBCB) is unknown color: approx Aquamarine. HEX triplet: 78, FB and CB. RGB value is (120,251,203). Sum of RGB (Red+Green+Blue) = 120+251+203=574 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.91% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FBCB is #870434. Grayscale: #CECECE. Windows color (decimal): -8848437 or 13368184. OLE color: 13368184.

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

Color convert

RGB120251203-
CMYK0.5200.190.02
HSL158.02º94.24%72.75%-
HSV(B)158.02º52.19%98.43%-
XYZ53.0277.368.63-
YUV206.36126.166.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.91%
GREEN value IS 251 (98.44% from 255) = 43.73%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=20.91%
G=43.73%
B=35.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202512030.5200.190.02158.0294.2472.75
Hex78FBCB3401329e5e49
Octal170373313640232236136111
Binary11110001111101111001011110100010011101001111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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