Html Css Color HEX #3CA288 Gossamer

📋 copy color: '#3CA288'

red 60 ◦ green 162 ◦ blue 136

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

Shades of Gossamer #3CA288

Tints of Gossamer #3CA288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 16.76%
G = 45.25%
B = 37.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#3CA288 (or 0x3CA288) is known color: Gossamer. HEX triplet: 3C, A2 and 88. RGB value is (60,162,136). Sum of RGB (Red+Green+Blue) = 60+162+136=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA288 is #C35D77. Grayscale: #808080. Windows color (decimal): -12803448 or 8954428. OLE color: 8954428.

HSL color Cylindrical-coordinate representation of color #3CA288: hue angle of 164.71º 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 #3CA288 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 136 -
CMYK 0.63 0 0.16 0.36
HSL 164.71º 0.46% 0.44% -
HSV(B) 164.71º 0.63% 0.64% -
XYZ 19.23 28.58 27.8 -
YUV 128.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 60 162 136 0.63 0 0.16 0.36 164.71 0.46 0.44
Hex 3C A2 88 3F 0 10 24 A5 2E 2C
Octal 74 242 210 77 0 20 44 245 56 54
Binary 111100 10100010 10001000 111111 0 10000 100100 10100101 101110 101100

Color Harmonies of #3CA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA288

Black with #3CA288

Text Example


Text Example

White with #3CA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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