#3CB5A5

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

Shades of Light Sea Green #3CB5A5

Tints of Light Sea Green #3CB5A5

Color information

#3CB5A5 (or 0x3CB5A5) is unknown color: approx Light Sea Green. HEX triplet: 3C, B5 and A5. RGB value is (60,181,165). Sum of RGB (Red+Green+Blue) = 60+181+165=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB5A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB5A5 is #C34A5A. Grayscale: #8E8E8E. Windows color (decimal): -12798555 or 10859836. OLE color: 10859836.

HSL color Cylindrical-coordinate representation of color #3CB5A5: hue angle of 172.07º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB5A5 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB60181165-
CMYK0.6700.090.29
HSL172.07º50.21%47.25%-
HSV(B)172.07º66.85%70.98%-
XYZ25.1836.7341.36-
YUV143140.4168.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.78%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=14.78%
G=44.58%
B=40.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601811650.6700.090.29172.0750.2147.25
Hex3CB5A543091Dac322f
Octal74265245103011352546257
Binary11110010110101101001011000011010011110110101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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