Html Css Color HEX #78F8C2 Aquamarine

📋 copy color: '#78F8C2'

red 120 ◦ green 248 ◦ blue 194

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

Shades of Aquamarine #78F8C2

Tints of Aquamarine #78F8C2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.13%

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

R = 21.35%
G = 44.13%
B = 34.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#78F8C2 (or 0x78F8C2) is known color: Aquamarine. HEX triplet: 78, F8 and C2. RGB value is (120,248,194). Sum of RGB (Red+Green+Blue) = 120+248+194=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #78F8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F8C2 is #87073D. Grayscale: #CBCBCB. Windows color (decimal): -8849214 or 12777592. OLE color: 12777592.

HSL color Cylindrical-coordinate representation of color #78F8C2: hue angle of 154.69º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F8C2 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 120 248 194 -
CMYK 0.52 0 0.22 0.03
HSL 154.69º 0.9% 0.72% -
HSV(B) 154.69º 0.52% 0.97% -
XYZ 51.05 75.02 62.83 -
YUV 203.57 122.59 68.39 -
System Red Green Blue C M Y K H S L
Decimal 120 248 194 0.52 0 0.22 0.03 154.69 0.9 0.72
Hex 78 F8 C2 34 0 16 3 9B 5A 48
Octal 170 370 302 64 0 26 3 233 132 110
Binary 1111000 11111000 11000010 110100 0 10110 11 10011011 1011010 1001000

Color Harmonies of #78F8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F8C2

Black with #78F8C2

Text Example


Text Example

White with #78F8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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