Html Css Color HEX #78FFC4 Aquamarine

📋 copy color: '#78FFC4'

red 120 ◦ green 255 ◦ blue 196

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

Shades of Aquamarine #78FFC4

Tints of Aquamarine #78FFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.33%

R = 21.02%
G = 44.66%
B = 34.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#78FFC4 (or 0x78FFC4) is known color: Aquamarine. HEX triplet: 78, FF and C4. RGB value is (120,255,196). Sum of RGB (Red+Green+Blue) = 120+255+196=571 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.02% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FFC4 is #87003B. Grayscale: #D0D0D0. Windows color (decimal): -8847420 or 12910456. OLE color: 12910456.

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

Color convert

RGB 120 255 196 -
CMYK 0.53 0 0.23 0
HSL 153.78º 1% 0.74% -
HSV(B) 153.78º 0.53% 1% -
XYZ 53.47 79.5 64.75 -
YUV 207.91 121.27 65.3 -
System Red Green Blue C M Y K H S L
Decimal 120 255 196 0.53 0 0.23 0 153.78 1 0.74
Hex 78 FF C4 35 0 17 0 9A 64 4A
Octal 170 377 304 65 0 27 0 232 144 112
Binary 1111000 11111111 11000100 110101 0 10111 0 10011010 1100100 1001010

Color Harmonies of #78FFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFC4

Black with #78FFC4

Text Example


Text Example

White with #78FFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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