Html Css Color HEX #78FFCC Aquamarine

📋 copy color: '#78FFCC'

red 120 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #78FFCC

Tints of Aquamarine #78FFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 20.73%
G = 44.04%
B = 35.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#78FFCC (or 0x78FFCC) is known color: Aquamarine. HEX triplet: 78, FF and CC. RGB value is (120,255,204). Sum of RGB (Red+Green+Blue) = 120+255+204=579 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.73% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFCC is #870033. Grayscale: #D0D0D0. Windows color (decimal): -8847412 or 13434744. OLE color: 13434744.

HSL color Cylindrical-coordinate representation of color #78FFCC: hue angle of 157.33º 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 #78FFCC is Cyan = 0.53, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 120 255 204 -
CMYK 0.53 0 0.2 0
HSL 157.33º 1% 0.74% -
HSV(B) 157.33º 0.53% 1% -
XYZ 54.4 79.87 69.68 -
YUV 208.82 125.27 64.65 -
System Red Green Blue C M Y K H S L
Decimal 120 255 204 0.53 0 0.2 0 157.33 1 0.74
Hex 78 FF CC 35 0 14 0 9D 64 4A
Octal 170 377 314 65 0 24 0 235 144 112
Binary 1111000 11111111 11001100 110101 0 10100 0 10011101 1100100 1001010

Color Harmonies of #78FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFCC

Black with #78FFCC

Text Example


Text Example

White with #78FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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