Html Css Color HEX #78CFAB Medium Aquamarine

📋 copy color: '#78CFAB'

red 120 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #78CFAB

Tints of Medium Aquamarine #78CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 24.1%
G = 41.57%
B = 34.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#78CFAB (or 0x78CFAB) is known color: Medium Aquamarine. HEX triplet: 78, CF and AB. RGB value is (120,207,171). Sum of RGB (Red+Green+Blue) = 120+207+171=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #78CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CFAB is #873054. Grayscale: #B0B0B0. Windows color (decimal): -8859733 or 11259768. OLE color: 11259768.

HSL color Cylindrical-coordinate representation of color #78CFAB: hue angle of 155.17º 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 #78CFAB is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 207 171 -
CMYK 0.42 0 0.17 0.19
HSL 155.17º 0.48% 0.64% -
HSV(B) 155.17º 0.42% 0.81% -
XYZ 37.41 51.56 46.51 -
YUV 176.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 120 207 171 0.42 0 0.17 0.19 155.17 0.48 0.64
Hex 78 CF AB 2A 0 11 13 9B 30 40
Octal 170 317 253 52 0 21 23 233 60 100
Binary 1111000 11001111 10101011 101010 0 10001 10011 10011011 110000 1000000

Color Harmonies of #78CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFAB

Black with #78CFAB

Text Example


Text Example

White with #78CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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