Html Css Color HEX #78FCD8 Aquamarine

📋 copy color: '#78FCD8'

red 120 ◦ green 252 ◦ blue 216

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

Shades of Aquamarine #78FCD8

Tints of Aquamarine #78FCD8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 20.41%
G = 42.86%
B = 36.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#78FCD8 (or 0x78FCD8) is known color: Aquamarine. HEX triplet: 78, FC and D8. RGB value is (120,252,216). Sum of RGB (Red+Green+Blue) = 120+252+216=588 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.41% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCD8 is #870327. Grayscale: #D0D0D0. Windows color (decimal): -8848168 or 14220408. OLE color: 14220408.

HSL color Cylindrical-coordinate representation of color #78FCD8: hue angle of 163.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FCD8 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 252 216 -
CMYK 0.52 0 0.14 0.01
HSL 163.64º 0.96% 0.73% -
HSV(B) 163.64º 0.52% 0.99% -
XYZ 54.95 78.57 77.24 -
YUV 208.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 120 252 216 0.52 0 0.14 0.01 163.64 0.96 0.73
Hex 78 FC D8 34 0 E 1 A4 60 49
Octal 170 374 330 64 0 16 1 244 140 111
Binary 1111000 11111100 11011000 110100 0 1110 1 10100100 1100000 1001001

Color Harmonies of #78FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FCD8

Black with #78FCD8

Text Example


Text Example

White with #78FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,252,216); }

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

background-color css

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

 a { background-color: rgb(120,252,216); }

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

border-color css

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

 span { border-color: rgb(120,252,216); }

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