Html Css Color HEX #78FCBA Aquamarine

📋 copy color: '#78FCBA'

red 120 ◦ green 252 ◦ blue 186

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

Shades of Aquamarine #78FCBA

Tints of Aquamarine #78FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.16%

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

R = 21.51%
G = 45.16%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#78FCBA (or 0x78FCBA) is known color: Aquamarine. HEX triplet: 78, FC and BA. RGB value is (120,252,186). Sum of RGB (Red+Green+Blue) = 120+252+186=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCBA is #870345. Grayscale: #CDCDCD. Windows color (decimal): -8848198 or 12254328. OLE color: 12254328.

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

Color convert

RGB 120 252 186 -
CMYK 0.52 0 0.26 0.01
HSL 150º 0.96% 0.73% -
HSV(B) 150º 0.52% 0.99% -
XYZ 51.42 77.16 58.64 -
YUV 205.01 117.27 67.37 -
System Red Green Blue C M Y K H S L
Decimal 120 252 186 0.52 0 0.26 0.01 150 0.96 0.73
Hex 78 FC BA 34 0 1A 1 96 60 49
Octal 170 374 272 64 0 32 1 226 140 111
Binary 1111000 11111100 10111010 110100 0 11010 1 10010110 1100000 1001001

Color Harmonies of #78FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FCBA

Black with #78FCBA

Text Example


Text Example

White with #78FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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