Html Css Color HEX #78EED2 Aquamarine

📋 copy color: '#78EED2'

red 120 ◦ green 238 ◦ blue 210

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

Shades of Aquamarine #78EED2

Tints of Aquamarine #78EED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 21.13%
G = 41.9%
B = 36.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#78EED2 (or 0x78EED2) is known color: Aquamarine. HEX triplet: 78, EE and D2. RGB value is (120,238,210). Sum of RGB (Red+Green+Blue) = 120+238+210=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #78EED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EED2 is #87112D. Grayscale: #C7C7C7. Windows color (decimal): -8851758 or 13823608. OLE color: 13823608.

HSL color Cylindrical-coordinate representation of color #78EED2: hue angle of 165.76º 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 #78EED2 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 238 210 -
CMYK 0.50 0 0.12 0.07
HSL 165.76º 0.78% 0.7% -
HSV(B) 165.76º 0.5% 0.93% -
XYZ 49.95 69.8 71.81 -
YUV 199.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 120 238 210 0.50 0 0.12 0.07 165.76 0.78 0.7
Hex 78 EE D2 32 0 C 7 A6 4E 46
Octal 170 356 322 62 0 14 7 246 116 106
Binary 1111000 11101110 11010010 110010 0 1100 111 10100110 1001110 1000110

Color Harmonies of #78EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EED2

Black with #78EED2

Text Example


Text Example

White with #78EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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