Html Css Color HEX #78FDB2 Aquamarine

📋 copy color: '#78FDB2'

red 120 ◦ green 253 ◦ blue 178

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

Shades of Aquamarine #78FDB2

Tints of Aquamarine #78FDB2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

 BLUE value IS 178 (69.92% from 255) = 32.3%

R = 21.78%
G = 45.92%
B = 32.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#78FDB2 (or 0x78FDB2) is known color: Aquamarine. HEX triplet: 78, FD and B2. RGB value is (120,253,178). Sum of RGB (Red+Green+Blue) = 120+253+178=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FDB2 is #87024D. Grayscale: #CCCCCC. Windows color (decimal): -8847950 or 11730296. OLE color: 11730296.

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

Color convert

RGB 120 253 178 -
CMYK 0.53 0 0.30 0.01
HSL 146.17º 0.97% 0.73% -
HSV(B) 146.17º 0.53% 0.99% -
XYZ 50.91 77.46 54.39 -
YUV 204.68 112.94 67.6 -
System Red Green Blue C M Y K H S L
Decimal 120 253 178 0.53 0 0.30 0.01 146.17 0.97 0.73
Hex 78 FD B2 35 0 1E 1 92 61 49
Octal 170 375 262 65 0 36 1 222 141 111
Binary 1111000 11111101 10110010 110101 0 11110 1 10010010 1100001 1001001

Color Harmonies of #78FDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FDB2

Black with #78FDB2

Text Example


Text Example

White with #78FDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,253,178); }

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

background-color css

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

 a { background-color: rgb(120,253,178); }

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

border-color css

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

 span { border-color: rgb(120,253,178); }

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