Html Css Color HEX #3CA28E Gossamer

📋 copy color: '#3CA28E'

red 60 ◦ green 162 ◦ blue 142

#3CA28E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3CA28E

Tints of Gossamer #3CA28E

RGB

 RED value IS 60 (23.83% from 255) = 16.48%

 GREEN value IS 162 (63.67% from 255) = 44.51%

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 16.48%
G = 44.51%
B = 39.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#3CA28E (or 0x3CA28E) is known color: Gossamer. HEX triplet: 3C, A2 and 8E. RGB value is (60,162,142). Sum of RGB (Red+Green+Blue) = 60+162+142=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA28E is #C35D71. Grayscale: #818181. Windows color (decimal): -12803442 or 9347644. OLE color: 9347644.

HSL color Cylindrical-coordinate representation of color #3CA28E: hue angle of 168.24º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA28E is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 142 -
CMYK 0.63 0 0.12 0.36
HSL 168.24º 0.46% 0.44% -
HSV(B) 168.24º 0.63% 0.64% -
XYZ 19.67 28.75 30.1 -
YUV 129.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 60 162 142 0.63 0 0.12 0.36 168.24 0.46 0.44
Hex 3C A2 8E 3F 0 C 24 A8 2E 2C
Octal 74 242 216 77 0 14 44 250 56 54
Binary 111100 10100010 10001110 111111 0 1100 100100 10101000 101110 101100

Color Harmonies of #3CA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA28E

Black with #3CA28E

Text Example


Text Example

White with #3CA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CA28E;
 }
 .AnyTagClassName
 {
   color: #3CA28E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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