Html Css Color HEX #78F9BA Aquamarine

📋 copy color: '#78F9BA'

red 120 ◦ green 249 ◦ blue 186

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

Shades of Aquamarine #78F9BA

Tints of Aquamarine #78F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

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

R = 21.62%
G = 44.86%
B = 33.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#78F9BA (or 0x78F9BA) is known color: Aquamarine. HEX triplet: 78, F9 and BA. RGB value is (120,249,186). Sum of RGB (Red+Green+Blue) = 120+249+186=555 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.62% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F9BA is #870645. Grayscale: #CBCBCB. Windows color (decimal): -8848966 or 12253560. OLE color: 12253560.

HSL color Cylindrical-coordinate representation of color #78F9BA: hue angle of 150.7º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9BA is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 249 186 -
CMYK 0.52 0 0.25 0.02
HSL 150.7º 0.91% 0.72% -
HSV(B) 150.7º 0.52% 0.98% -
XYZ 50.48 75.29 58.33 -
YUV 203.25 118.26 68.62 -
System Red Green Blue C M Y K H S L
Decimal 120 249 186 0.52 0 0.25 0.02 150.7 0.91 0.72
Hex 78 F9 BA 34 0 19 2 97 5B 48
Octal 170 371 272 64 0 31 2 227 133 110
Binary 1111000 11111001 10111010 110100 0 11001 10 10010111 1011011 1001000

Color Harmonies of #78F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F9BA

Black with #78F9BA

Text Example


Text Example

White with #78F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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