Html Css Color HEX #78F3BA Aquamarine

📋 copy color: '#78F3BA'

red 120 ◦ green 243 ◦ blue 186

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

Shades of Aquamarine #78F3BA

Tints of Aquamarine #78F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.26%

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 21.86%
G = 44.26%
B = 33.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#78F3BA (or 0x78F3BA) is known color: Aquamarine. HEX triplet: 78, F3 and BA. RGB value is (120,243,186). Sum of RGB (Red+Green+Blue) = 120+243+186=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #78F3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F3BA is #870C45. Grayscale: #C7C7C7. Windows color (decimal): -8850502 or 12252024. OLE color: 12252024.

HSL color Cylindrical-coordinate representation of color #78F3BA: hue angle of 152.2º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F3BA is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 243 186 -
CMYK 0.51 0 0.23 0.05
HSL 152.2º 0.84% 0.71% -
HSV(B) 152.2º 0.51% 0.95% -
XYZ 48.66 71.64 57.72 -
YUV 199.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 120 243 186 0.51 0 0.23 0.05 152.2 0.84 0.71
Hex 78 F3 BA 33 0 17 5 98 54 47
Octal 170 363 272 63 0 27 5 230 124 107
Binary 1111000 11110011 10111010 110011 0 10111 101 10011000 1010100 1000111

Color Harmonies of #78F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F3BA

Black with #78F3BA

Text Example


Text Example

White with #78F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,243,186); }

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

background-color css

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

 a { background-color: rgb(120,243,186); }

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

border-color css

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

 span { border-color: rgb(120,243,186); }

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