Html Css Color HEX #78CDA0 Medium Aquamarine

📋 copy color: '#78CDA0'

red 120 ◦ green 205 ◦ blue 160

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

Shades of Medium Aquamarine #78CDA0

Tints of Medium Aquamarine #78CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 24.74%
G = 42.27%
B = 32.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#78CDA0 (or 0x78CDA0) is known color: Medium Aquamarine. HEX triplet: 78, CD and A0. RGB value is (120,205,160). Sum of RGB (Red+Green+Blue) = 120+205+160=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #78CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CDA0 is #87325F. Grayscale: #AEAEAE. Windows color (decimal): -8860256 or 10538360. OLE color: 10538360.

HSL color Cylindrical-coordinate representation of color #78CDA0: hue angle of 148.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CDA0 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 205 160 -
CMYK 0.41 0 0.22 0.20
HSL 148.24º 0.46% 0.64% -
HSV(B) 148.24º 0.41% 0.8% -
XYZ 35.92 50.19 41.05 -
YUV 174.46 119.84 89.16 -
System Red Green Blue C M Y K H S L
Decimal 120 205 160 0.41 0 0.22 0.20 148.24 0.46 0.64
Hex 78 CD A0 29 0 16 14 94 2E 40
Octal 170 315 240 51 0 26 24 224 56 100
Binary 1111000 11001101 10100000 101001 0 10110 10100 10010100 101110 1000000

Color Harmonies of #78CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CDA0

Black with #78CDA0

Text Example


Text Example

White with #78CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,205,160); }

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

background-color css

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

 a { background-color: rgb(120,205,160); }

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

border-color css

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

 span { border-color: rgb(120,205,160); }

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