Html Css Color HEX #78FAD2 Aquamarine

📋 copy color: '#78FAD2'

red 120 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #78FAD2

Tints of Aquamarine #78FAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.1%

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

R = 20.69%
G = 43.1%
B = 36.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#78FAD2 (or 0x78FAD2) is known color: Aquamarine. HEX triplet: 78, FA and D2. RGB value is (120,250,210). Sum of RGB (Red+Green+Blue) = 120+250+210=580 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.69% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #78FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FAD2 is #87052D. Grayscale: #CECECE. Windows color (decimal): -8848686 or 13826680. OLE color: 13826680.

HSL color Cylindrical-coordinate representation of color #78FAD2: hue angle of 161.54º degrees, saturation: 0.93, 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 #78FAD2 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 250 210 -
CMYK 0.52 0 0.16 0.02
HSL 161.54º 0.93% 0.73% -
HSV(B) 161.54º 0.52% 0.98% -
XYZ 53.56 77.02 73.02 -
YUV 206.57 129.93 66.25 -
System Red Green Blue C M Y K H S L
Decimal 120 250 210 0.52 0 0.16 0.02 161.54 0.93 0.73
Hex 78 FA D2 34 0 10 2 A2 5D 49
Octal 170 372 322 64 0 20 2 242 135 111
Binary 1111000 11111010 11010010 110100 0 10000 10 10100010 1011101 1001001

Color Harmonies of #78FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FAD2

Black with #78FAD2

Text Example


Text Example

White with #78FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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