#3CB1A7

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

Shades of Light Sea Green #3CB1A7

Tints of Light Sea Green #3CB1A7

Color information

#3CB1A7 (or 0x3CB1A7) is unknown color: approx Light Sea Green. HEX triplet: 3C, B1 and A7. RGB value is (60,177,167). Sum of RGB (Red+Green+Blue) = 60+177+167=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB1A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB1A7 is #C34E58. Grayscale: #8C8C8C. Windows color (decimal): -12799577 or 10989884. OLE color: 10989884.

HSL color Cylindrical-coordinate representation of color #3CB1A7: hue angle of 174.87º 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 #3CB1A7 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB60177167-
CMYK0.6600.060.31
HSL174.87º49.37%46.47%-
HSV(B)174.87º66.1%69.41%-
XYZ24.5635.1942.06-
YUV140.88142.7470.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.85%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 167 (65.62% from 255) = 41.34%
R=14.85%
G=43.81%
B=41.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601771670.6600.060.31174.8749.3746.47
Hex3CB1A742061Faf312e
Octal7426124710206372576156
Binary1111001011000110100111100001001101111110101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,177,167); }

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

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

 a { background-color: rgb(60,177,167); }

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

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

 span { border-color: rgb(60,177,167); }

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