Html Css Color HEX #78FFD2 Aquamarine

📋 copy color: '#78FFD2'

red 120 ◦ green 255 ◦ blue 210

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

Shades of Aquamarine #78FFD2

Tints of Aquamarine #78FFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 43.59%

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

R = 20.51%
G = 43.59%
B = 35.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#78FFD2 (or 0x78FFD2) is known color: Aquamarine. HEX triplet: 78, FF and D2. RGB value is (120,255,210). Sum of RGB (Red+Green+Blue) = 120+255+210=585 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.51% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFD2 is #87002D. Grayscale: #D1D1D1. Windows color (decimal): -8847406 or 13827960. OLE color: 13827960.

HSL color Cylindrical-coordinate representation of color #78FFD2: hue angle of 160º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFD2 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 120 255 210 -
CMYK 0.53 0 0.18 0
HSL 160º 1% 0.74% -
HSV(B) 160º 0.53% 1% -
XYZ 55.14 80.17 73.54 -
YUV 209.51 128.27 64.16 -
System Red Green Blue C M Y K H S L
Decimal 120 255 210 0.53 0 0.18 0 160 1 0.74
Hex 78 FF D2 35 0 12 0 A0 64 4A
Octal 170 377 322 65 0 22 0 240 144 112
Binary 1111000 11111111 11010010 110101 0 10010 0 10100000 1100100 1001010

Color Harmonies of #78FFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFD2

Black with #78FFD2

Text Example


Text Example

White with #78FFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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