#78efdf

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

Shades of Aquamarine #78EFDF

Tints of Aquamarine #78EFDF

Color information

#78EFDF (or 0x78EFDF) is unknown color: approx Aquamarine. HEX triplet: 78, EF and DF. RGB value is (120,239,223). Sum of RGB (Red+Green+Blue) = 120+239+223=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EFDF is #871020. Grayscale: #C9C9C9. Windows color (decimal): -8851489 or 14675832. OLE color: 14675832.

HSL color Cylindrical-coordinate representation of color #78EFDF: hue angle of 171.93º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EFDF is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB120239223-
CMYK0.5000.070.06
HSL171.93º78.81%70.39%-
HSV(B)171.93º49.79%93.73%-
XYZ51.9371.0580.79-
YUV201.59140.0869.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.62%
GREEN value IS 239 (93.75% from 255) = 41.07%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=20.62%
G=41.07%
B=38.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202392230.5000.070.06171.9378.8170.39
Hex78EFDF32076ac4f46
Octal17035733762076254117106
Binary1111000111011111101111111001001111101010110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78efdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,239,223); }

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

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

 a { background-color: rgb(120,239,223); }

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

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

 span { border-color: rgb(120,239,223); }

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