Html Css Color HEX #78F0B4 Aquamarine

📋 copy color: '#78F0B4'

red 120 ◦ green 240 ◦ blue 180

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

Shades of Aquamarine #78F0B4

Tints of Aquamarine #78F0B4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

 BLUE value IS 180 (70.7% from 255) = 33.33%

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#78F0B4 (or 0x78F0B4) is known color: Aquamarine. HEX triplet: 78, F0 and B4. RGB value is (120,240,180). Sum of RGB (Red+Green+Blue) = 120+240+180=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #78F0B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F0B4 is #870F4B. Grayscale: #C5C5C5. Windows color (decimal): -8851276 or 11858040. OLE color: 11858040.

HSL color Cylindrical-coordinate representation of color #78F0B4: hue angle of 150º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F0B4 is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 240 180 -
CMYK 0.5 0 0.25 0.06
HSL 150º 0.8% 0.71% -
HSV(B) 150º 0.5% 0.94% -
XYZ 47.14 69.61 54.13 -
YUV 197.28 118.24 72.88 -
System Red Green Blue C M Y K H S L
Decimal 120 240 180 0.5 0 0.25 0.06 150 0.8 0.71
Hex 78 F0 B4 32 0 19 6 96 50 47
Octal 170 360 264 62 0 31 6 226 120 107
Binary 1111000 11110000 10110100 110010 0 11001 110 10010110 1010000 1000111

Color Harmonies of #78F0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F0B4

Black with #78F0B4

Text Example


Text Example

White with #78F0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,240,180); }

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

background-color css

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

 a { background-color: rgb(120,240,180); }

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

border-color css

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

 span { border-color: rgb(120,240,180); }

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