Html Css Color HEX #3CAB99 Gossamer

📋 copy color: '#3CAB99'

red 60 ◦ green 171 ◦ blue 153

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

Shades of Gossamer #3CAB99

Tints of Gossamer #3CAB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 15.63%
G = 44.53%
B = 39.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#3CAB99 (or 0x3CAB99) is known color: Gossamer. HEX triplet: 3C, AB and 99. RGB value is (60,171,153). Sum of RGB (Red+Green+Blue) = 60+171+153=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB99 is #C35466. Grayscale: #878787. Windows color (decimal): -12801127 or 10070844. OLE color: 10070844.

HSL color Cylindrical-coordinate representation of color #3CAB99: hue angle of 170.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB99 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 171 153 -
CMYK 0.65 0 0.11 0.33
HSL 170.27º 0.48% 0.45% -
HSV(B) 170.27º 0.65% 0.67% -
XYZ 22.18 32.39 35.22 -
YUV 135.76 137.73 73.96 -
System Red Green Blue C M Y K H S L
Decimal 60 171 153 0.65 0 0.11 0.33 170.27 0.48 0.45
Hex 3C AB 99 41 0 B 21 AA 30 2D
Octal 74 253 231 101 0 13 41 252 60 55
Binary 111100 10101011 10011001 1000001 0 1011 100001 10101010 110000 101101

Color Harmonies of #3CAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB99

Black with #3CAB99

Text Example


Text Example

White with #3CAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,171,153); }

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

background-color css

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

 a { background-color: rgb(60,171,153); }

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

border-color css

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

 span { border-color: rgb(60,171,153); }

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