#3CB1A5

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

Shades of Light Sea Green #3CB1A5

Tints of Light Sea Green #3CB1A5

Color information

#3CB1A5 (or 0x3CB1A5) is unknown color: approx Light Sea Green. HEX triplet: 3C, B1 and A5. RGB value is (60,177,165). Sum of RGB (Red+Green+Blue) = 60+177+165=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB1A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB1A5 is #C34E5A. Grayscale: #8C8C8C. Windows color (decimal): -12799579 or 10858812. OLE color: 10858812.

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

Color convert

RGB60177165-
CMYK0.6600.070.31
HSL173.85º49.37%46.47%-
HSV(B)173.85º66.1%69.41%-
XYZ24.3835.1241.09-
YUV140.65141.7470.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.93%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=14.93%
G=44.03%
B=41.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601771650.6600.070.31173.8549.3746.47
Hex3CB1A542071Fae312e
Octal7426124510207372566156
Binary1111001011000110100101100001001111111110101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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