Html Css Color HEX #78EBC2 Aquamarine

📋 copy color: '#78EBC2'

red 120 ◦ green 235 ◦ blue 194

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

Shades of Aquamarine #78EBC2

Tints of Aquamarine #78EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.81%

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 21.86%
G = 42.81%
B = 35.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#78EBC2 (or 0x78EBC2) is known color: Aquamarine. HEX triplet: 78, EB and C2. RGB value is (120,235,194). Sum of RGB (Red+Green+Blue) = 120+235+194=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EBC2 is #87143D. Grayscale: #C3C3C3. Windows color (decimal): -8852542 or 12774264. OLE color: 12774264.

HSL color Cylindrical-coordinate representation of color #78EBC2: hue angle of 158.61º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EBC2 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 235 194 -
CMYK 0.49 0 0.17 0.08
HSL 158.61º 0.74% 0.7% -
HSV(B) 158.61º 0.49% 0.92% -
XYZ 47.19 67.3 61.54 -
YUV 195.94 126.9 73.83 -
System Red Green Blue C M Y K H S L
Decimal 120 235 194 0.49 0 0.17 0.08 158.61 0.74 0.7
Hex 78 EB C2 31 0 11 8 9F 4A 46
Octal 170 353 302 61 0 21 10 237 112 106
Binary 1111000 11101011 11000010 110001 0 10001 1000 10011111 1001010 1000110

Color Harmonies of #78EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EBC2

Black with #78EBC2

Text Example


Text Example

White with #78EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,235,194); }

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

background-color css

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

 a { background-color: rgb(120,235,194); }

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

border-color css

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

 span { border-color: rgb(120,235,194); }

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