#3CB2A7

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

Shades of Light Sea Green #3CB2A7

Tints of Light Sea Green #3CB2A7

Color information

#3CB2A7 (or 0x3CB2A7) is unknown color: approx Light Sea Green. HEX triplet: 3C, B2 and A7. RGB value is (60,178,167). Sum of RGB (Red+Green+Blue) = 60+178+167=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB2A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB2A7 is #C34D58. Grayscale: #8D8D8D. Windows color (decimal): -12799321 or 10990140. OLE color: 10990140.

HSL color Cylindrical-coordinate representation of color #3CB2A7: hue angle of 174.41º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB2A7 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB60178167-
CMYK0.6600.060.30
HSL174.41º49.58%46.67%-
HSV(B)174.41º66.29%69.8%-
XYZ24.7635.5942.12-
YUV141.46142.4169.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.81%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=14.81%
G=43.95%
B=41.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal601781670.6600.060.30174.4149.5846.67
Hex3CB2A742061Eae322f
Octal7426224710206362566257
Binary1111001011001010100111100001001101111010101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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