Html Css Color HEX #78FCD0 Aquamarine

📋 copy color: '#78FCD0'

red 120 ◦ green 252 ◦ blue 208

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

Shades of Aquamarine #78FCD0

Tints of Aquamarine #78FCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 20.69%
G = 43.45%
B = 35.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#78FCD0 (or 0x78FCD0) is known color: Aquamarine. HEX triplet: 78, FC and D0. RGB value is (120,252,208). Sum of RGB (Red+Green+Blue) = 120+252+208=580 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.69% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCD0 is #87032F. Grayscale: #CFCFCF. Windows color (decimal): -8848176 or 13696120. OLE color: 13696120.

HSL color Cylindrical-coordinate representation of color #78FCD0: hue angle of 160º 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 #78FCD0 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 252 208 -
CMYK 0.52 0 0.17 0.01
HSL 160º 0.96% 0.73% -
HSV(B) 160º 0.52% 0.99% -
XYZ 53.94 78.17 71.92 -
YUV 207.52 128.27 65.58 -
System Red Green Blue C M Y K H S L
Decimal 120 252 208 0.52 0 0.17 0.01 160 0.96 0.73
Hex 78 FC D0 34 0 11 1 A0 60 49
Octal 170 374 320 64 0 21 1 240 140 111
Binary 1111000 11111100 11010000 110100 0 10001 1 10100000 1100000 1001001

Color Harmonies of #78FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FCD0

Black with #78FCD0

Text Example


Text Example

White with #78FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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