#3CA98E

Color #3CA98E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3CA98E

Tints of Gossamer #3CA98E

Color information

#3CA98E (or 0x3CA98E) is unknown color: approx Gossamer. HEX triplet: 3C, A9 and 8E. RGB value is (60,169,142). Sum of RGB (Red+Green+Blue) = 60+169+142=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA98E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA98E is #C35671. Grayscale: #858585. Windows color (decimal): -12801650 or 9349436. OLE color: 9349436.

HSL color Cylindrical-coordinate representation of color #3CA98E: hue angle of 165.14º degrees, saturation: 0.48, 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 #3CA98E is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB60169142-
CMYK0.6400.160.34
HSL165.14º47.6%44.9%-
HSV(B)165.14º64.5%66.27%-
XYZ20.9331.2930.53-
YUV133.33132.8975.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.17%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=16.17%
G=45.55%
B=38.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal601691420.6400.160.34165.1447.644.9
Hex3CA98E4001022a5302d
Octal74251216100020422456055
Binary1111001010100110001110100000001000010001010100101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,169,142); }

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

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

 a { background-color: rgb(60,169,142); }

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

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

 span { border-color: rgb(60,169,142); }

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