Html Css Color HEX #78EDB8 Aquamarine

📋 copy color: '#78EDB8'

red 120 ◦ green 237 ◦ blue 184

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

Shades of Aquamarine #78EDB8

Tints of Aquamarine #78EDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

 BLUE value IS 184 (72.27% from 255) = 34.01%

R = 22.18%
G = 43.81%
B = 34.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#78EDB8 (or 0x78EDB8) is known color: Aquamarine. HEX triplet: 78, ED and B8. RGB value is (120,237,184). Sum of RGB (Red+Green+Blue) = 120+237+184=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDB8 is #871247. Grayscale: #C4C4C4. Windows color (decimal): -8852040 or 12119416. OLE color: 12119416.

HSL color Cylindrical-coordinate representation of color #78EDB8: hue angle of 152.82º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDB8 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 237 184 -
CMYK 0.49 0 0.22 0.07
HSL 152.82º 0.76% 0.7% -
HSV(B) 152.82º 0.49% 0.93% -
XYZ 46.68 68.02 56.02 -
YUV 195.98 121.24 73.81 -
System Red Green Blue C M Y K H S L
Decimal 120 237 184 0.49 0 0.22 0.07 152.82 0.76 0.7
Hex 78 ED B8 31 0 16 7 99 4C 46
Octal 170 355 270 61 0 26 7 231 114 106
Binary 1111000 11101101 10111000 110001 0 10110 111 10011001 1001100 1000110

Color Harmonies of #78EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EDB8

Black with #78EDB8

Text Example


Text Example

White with #78EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,237,184); }

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

background-color css

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

 a { background-color: rgb(120,237,184); }

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

border-color css

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

 span { border-color: rgb(120,237,184); }

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