Html Css Color HEX #78CFA8 Medium Aquamarine

📋 copy color: '#78CFA8'

red 120 ◦ green 207 ◦ blue 168

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

Shades of Medium Aquamarine #78CFA8

Tints of Medium Aquamarine #78CFA8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 24.24%
G = 41.82%
B = 33.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#78CFA8 (or 0x78CFA8) is known color: Medium Aquamarine. HEX triplet: 78, CF and A8. RGB value is (120,207,168). Sum of RGB (Red+Green+Blue) = 120+207+168=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CFA8 is #873057. Grayscale: #B0B0B0. Windows color (decimal): -8859736 or 11063160. OLE color: 11063160.

HSL color Cylindrical-coordinate representation of color #78CFA8: hue angle of 153.1º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CFA8 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 207 168 -
CMYK 0.42 0 0.19 0.19
HSL 153.1º 0.48% 0.64% -
HSV(B) 153.1º 0.42% 0.81% -
XYZ 37.13 51.45 45.02 -
YUV 176.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 120 207 168 0.42 0 0.19 0.19 153.1 0.48 0.64
Hex 78 CF A8 2A 0 13 13 99 30 40
Octal 170 317 250 52 0 23 23 231 60 100
Binary 1111000 11001111 10101000 101010 0 10011 10011 10011001 110000 1000000

Color Harmonies of #78CFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFA8

Black with #78CFA8

Text Example


Text Example

White with #78CFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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