#3CAF7F

Color #3CAF7F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #3CAF7F

Tints of Medium Sea Green #3CAF7F

Color information

#3CAF7F (or 0x3CAF7F) is unknown color: approx Medium Sea Green. HEX triplet: 3C, AF and 7F. RGB value is (60,175,127). Sum of RGB (Red+Green+Blue) = 60+175+127=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF7F is #C35080. Grayscale: #878787. Windows color (decimal): -12800129 or 8367932. OLE color: 8367932.

HSL color Cylindrical-coordinate representation of color #3CAF7F: hue angle of 154.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF7F is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB60175127-
CMYK0.6600.270.31
HSL154.96º48.94%46.08%-
HSV(B)154.96º65.71%68.63%-
XYZ21.0233.1525.37-
YUV135.14123.474.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.57%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 127 (50% from 255) = 35.08%
R=16.57%
G=48.34%
B=35.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601751270.6600.270.31154.9648.9446.08
Hex3CAF7F4201B1F9b312e
Octal74257177102033372336156
Binary11110010101111111111110000100110111111110011011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,175,127); }

 H1.HeaderClassName
 {
   color: #3CAF7F;
 }
 .AnyTagClassName
 {
   color: #3CAF7F;
 }
</style>
background-color css

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

 a { background-color: rgb(60,175,127); }

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

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

 span { border-color: rgb(60,175,127); }

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