Html Css Color HEX #78FCC0 Aquamarine

📋 copy color: '#78FCC0'

red 120 ◦ green 252 ◦ blue 192

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

Shades of Aquamarine #78FCC0

Tints of Aquamarine #78FCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.04%

R = 21.28%
G = 44.68%
B = 34.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#78FCC0 (or 0x78FCC0) is known color: Aquamarine. HEX triplet: 78, FC and C0. RGB value is (120,252,192). Sum of RGB (Red+Green+Blue) = 120+252+192=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCC0 is #87033F. Grayscale: #CDCDCD. Windows color (decimal): -8848192 or 12647544. OLE color: 12647544.

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

Color convert

RGB 120 252 192 -
CMYK 0.52 0 0.24 0.01
HSL 152.73º 0.96% 0.73% -
HSV(B) 152.73º 0.52% 0.99% -
XYZ 52.07 77.42 62.07 -
YUV 205.69 120.27 66.88 -
System Red Green Blue C M Y K H S L
Decimal 120 252 192 0.52 0 0.24 0.01 152.73 0.96 0.73
Hex 78 FC C0 34 0 18 1 99 60 49
Octal 170 374 300 64 0 30 1 231 140 111
Binary 1111000 11111100 11000000 110100 0 11000 1 10011001 1100000 1001001

Color Harmonies of #78FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FCC0

Black with #78FCC0

Text Example


Text Example

White with #78FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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