Html Css Color HEX #78F2CF Aquamarine

📋 copy color: '#78F2CF'

red 120 ◦ green 242 ◦ blue 207

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

Shades of Aquamarine #78F2CF

Tints of Aquamarine #78F2CF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.53%

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 21.09%
G = 42.53%
B = 36.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#78F2CF (or 0x78F2CF) is known color: Aquamarine. HEX triplet: 78, F2 and CF. RGB value is (120,242,207). Sum of RGB (Red+Green+Blue) = 120+242+207=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F2CF is #870D30. Grayscale: #C9C9C9. Windows color (decimal): -8850737 or 13628024. OLE color: 13628024.

HSL color Cylindrical-coordinate representation of color #78F2CF: hue angle of 162.79º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F2CF is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 242 207 -
CMYK 0.50 0 0.14 0.05
HSL 162.79º 0.82% 0.71% -
HSV(B) 162.79º 0.5% 0.95% -
XYZ 50.76 72 70.25 -
YUV 201.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 120 242 207 0.50 0 0.14 0.05 162.79 0.82 0.71
Hex 78 F2 CF 32 0 E 5 A3 52 47
Octal 170 362 317 62 0 16 5 243 122 107
Binary 1111000 11110010 11001111 110010 0 1110 101 10100011 1010010 1000111

Color Harmonies of #78F2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F2CF

Black with #78F2CF

Text Example


Text Example

White with #78F2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,242,207); }

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

background-color css

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

 a { background-color: rgb(120,242,207); }

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

border-color css

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

 span { border-color: rgb(120,242,207); }

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