Html Css Color HEX #78FDC8 Aquamarine

📋 copy color: '#78FDC8'

red 120 ◦ green 253 ◦ blue 200

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

Shades of Aquamarine #78FDC8

Tints of Aquamarine #78FDC8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.15%

 BLUE value IS 200 (78.52% from 255) = 34.9%

R = 20.94%
G = 44.15%
B = 34.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#78FDC8 (or 0x78FDC8) is known color: Aquamarine. HEX triplet: 78, FD and C8. RGB value is (120,253,200). Sum of RGB (Red+Green+Blue) = 120+253+200=573 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.94% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FDC8 is #870237. Grayscale: #CFCFCF. Windows color (decimal): -8847928 or 13172088. OLE color: 13172088.

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

Color convert

RGB 120 253 200 -
CMYK 0.53 0 0.21 0.01
HSL 156.09º 0.97% 0.73% -
HSV(B) 156.09º 0.53% 0.99% -
XYZ 53.3 78.41 66.97 -
YUV 207.19 123.94 65.81 -
System Red Green Blue C M Y K H S L
Decimal 120 253 200 0.53 0 0.21 0.01 156.09 0.97 0.73
Hex 78 FD C8 35 0 15 1 9C 61 49
Octal 170 375 310 65 0 25 1 234 141 111
Binary 1111000 11111101 11001000 110101 0 10101 1 10011100 1100001 1001001

Color Harmonies of #78FDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FDC8

Black with #78FDC8

Text Example


Text Example

White with #78FDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,253,200); }

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

background-color css

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

 a { background-color: rgb(120,253,200); }

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

border-color css

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

 span { border-color: rgb(120,253,200); }

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