#3CA8A5

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

Shades of Light Sea Green #3CA8A5

Tints of Light Sea Green #3CA8A5

Color information

#3CA8A5 (or 0x3CA8A5) is unknown color: approx Light Sea Green. HEX triplet: 3C, A8 and A5. RGB value is (60,168,165). Sum of RGB (Red+Green+Blue) = 60+168+165=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA8A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA8A5 is #C3575A. Grayscale: #878787. Windows color (decimal): -12801883 or 10856508. OLE color: 10856508.

HSL color Cylindrical-coordinate representation of color #3CA8A5: hue angle of 178.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA8A5 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB60168165-
CMYK0.6400.020.34
HSL178.33º47.37%44.71%-
HSV(B)178.33º64.29%65.88%-
XYZ22.6631.6840.52-
YUV135.37144.7274.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.27%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=15.27%
G=42.75%
B=41.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal601681650.6400.020.34178.3347.3744.71
Hex3CA8A5400222b22f2d
Octal7425024510002422625755
Binary1111001010100010100101100000001010001010110010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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