Html Css Color HEX #78FFB0 Aquamarine

📋 copy color: '#78FFB0'

red 120 ◦ green 255 ◦ blue 176

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

Shades of Aquamarine #78FFB0

Tints of Aquamarine #78FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 21.78%
G = 46.28%
B = 31.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#78FFB0 (or 0x78FFB0) is known color: Aquamarine. HEX triplet: 78, FF and B0. RGB value is (120,255,176). Sum of RGB (Red+Green+Blue) = 120+255+176=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FFB0 is #87004F. Grayscale: #CDCDCD. Windows color (decimal): -8847440 or 11599736. OLE color: 11599736.

HSL color Cylindrical-coordinate representation of color #78FFB0: hue angle of 144.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFB0 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 120 255 176 -
CMYK 0.53 0 0.31 0
HSL 144.89º 1% 0.74% -
HSV(B) 144.89º 0.53% 1% -
XYZ 51.34 78.65 53.55 -
YUV 205.63 111.27 66.92 -
System Red Green Blue C M Y K H S L
Decimal 120 255 176 0.53 0 0.31 0 144.89 1 0.74
Hex 78 FF B0 35 0 1F 0 91 64 4A
Octal 170 377 260 65 0 37 0 221 144 112
Binary 1111000 11111111 10110000 110101 0 11111 0 10010001 1100100 1001010

Color Harmonies of #78FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFB0

Black with #78FFB0

Text Example


Text Example

White with #78FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,255,176); }

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

background-color css

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

 a { background-color: rgb(120,255,176); }

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

border-color css

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

 span { border-color: rgb(120,255,176); }

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