Html Css Color HEX #78EEDA Aquamarine

📋 copy color: '#78EEDA'

red 120 ◦ green 238 ◦ blue 218

#78EEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #78EEDA

Tints of Aquamarine #78EEDA

RGB

 RED value IS 120 (47.27% from 255) = 20.83%

 GREEN value IS 238 (93.36% from 255) = 41.32%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 20.83%
G = 41.32%
B = 37.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#78EEDA (or 0x78EEDA) is known color: Aquamarine. HEX triplet: 78, EE and DA. RGB value is (120,238,218). Sum of RGB (Red+Green+Blue) = 120+238+218=576 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.83% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EEDA is #871125. Grayscale: #C8C8C8. Windows color (decimal): -8851750 or 14347896. OLE color: 14347896.

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

Color convert

RGB 120 238 218 -
CMYK 0.50 0 0.08 0.07
HSL 169.83º 0.78% 0.7% -
HSV(B) 169.83º 0.5% 0.93% -
XYZ 50.98 70.2 77.19 -
YUV 200.44 137.91 70.63 -
System Red Green Blue C M Y K H S L
Decimal 120 238 218 0.50 0 0.08 0.07 169.83 0.78 0.7
Hex 78 EE DA 32 0 8 7 AA 4E 46
Octal 170 356 332 62 0 10 7 252 116 106
Binary 1111000 11101110 11011010 110010 0 1000 111 10101010 1001110 1000110

Color Harmonies of #78EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EEDA

Black with #78EEDA

Text Example


Text Example

White with #78EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,238,218); }

 H1.HeaderClassName
 {
   color: #78EEDA;
 }
 .AnyTagClassName
 {
   color: #78EEDA;
 }
</style>

background-color css

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

 a { background-color: rgb(120,238,218); }

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

border-color css

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

 span { border-color: rgb(120,238,218); }

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