Html Css Color HEX #3CA074 Medium Sea Green

📋 copy color: '#3CA074'

red 60 ◦ green 160 ◦ blue 116

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

Shades of Medium Sea Green #3CA074

Tints of Medium Sea Green #3CA074

RGB

 RED value IS 60 (23.83% from 255) = 17.86%

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 17.86%
G = 47.62%
B = 34.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#3CA074 (or 0x3CA074) is known color: Medium Sea Green. HEX triplet: 3C, A0 and 74. RGB value is (60,160,116). Sum of RGB (Red+Green+Blue) = 60+160+116=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA074 is #C35F8B. Grayscale: #7D7D7D. Windows color (decimal): -12803980 or 7643196. OLE color: 7643196.

HSL color Cylindrical-coordinate representation of color #3CA074: hue angle of 153.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA074 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 116 -
CMYK 0.62 0 0.28 0.37
HSL 153.6º 0.45% 0.43% -
HSV(B) 153.6º 0.63% 0.63% -
XYZ 17.59 27.36 20.88 -
YUV 125.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 60 160 116 0.62 0 0.28 0.37 153.6 0.45 0.43
Hex 3C A0 74 3E 0 1C 25 9A 2D 2B
Octal 74 240 164 76 0 34 45 232 55 53
Binary 111100 10100000 1110100 111110 0 11100 100101 10011010 101101 101011

Color Harmonies of #3CA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA074

Black with #3CA074

Text Example


Text Example

White with #3CA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CA074; }

 p { color: rgb(60,160,116); }

 H1.HeaderClassName
 {
   color: #3CA074;
 }
 .AnyTagClassName
 {
   color: #3CA074;
 }
</style>

background-color css

<style>
 a { background-color: #3CA074; }

 a { background-color: rgb(60,160,116); }

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

border-color css

<style>
 span { border-color: #3CA074; }

 span { border-color: rgb(60,160,116); }

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