Html Css Color HEX #78F2BC Aquamarine

📋 copy color: '#78F2BC'

red 120 ◦ green 242 ◦ blue 188

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

Shades of Aquamarine #78F2BC

Tints of Aquamarine #78F2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 21.82%
G = 44%
B = 34.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#78F2BC (or 0x78F2BC) is known color: Aquamarine. HEX triplet: 78, F2 and BC. RGB value is (120,242,188). Sum of RGB (Red+Green+Blue) = 120+242+188=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F2BC is #870D43. Grayscale: #C7C7C7. Windows color (decimal): -8850756 or 12382840. OLE color: 12382840.

HSL color Cylindrical-coordinate representation of color #78F2BC: hue angle of 153.44º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F2BC is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 242 188 -
CMYK 0.50 0 0.22 0.05
HSL 153.44º 0.82% 0.71% -
HSV(B) 153.44º 0.5% 0.95% -
XYZ 48.57 71.13 58.75 -
YUV 199.37 121.58 71.39 -
System Red Green Blue C M Y K H S L
Decimal 120 242 188 0.50 0 0.22 0.05 153.44 0.82 0.71
Hex 78 F2 BC 32 0 16 5 99 52 47
Octal 170 362 274 62 0 26 5 231 122 107
Binary 1111000 11110010 10111100 110010 0 10110 101 10011001 1010010 1000111

Color Harmonies of #78F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F2BC

Black with #78F2BC

Text Example


Text Example

White with #78F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,242,188); }

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

background-color css

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

 a { background-color: rgb(120,242,188); }

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

border-color css

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

 span { border-color: rgb(120,242,188); }

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