Html Css Color HEX #3CAA99 Gossamer

📋 copy color: '#3CAA99'

red 60 ◦ green 170 ◦ blue 153

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

Shades of Gossamer #3CAA99

Tints of Gossamer #3CAA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

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

R = 15.67%
G = 44.39%
B = 39.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#3CAA99 (or 0x3CAA99) is known color: Gossamer. HEX triplet: 3C, AA and 99. RGB value is (60,170,153). Sum of RGB (Red+Green+Blue) = 60+170+153=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA99 is #C35566. Grayscale: #878787. Windows color (decimal): -12801383 or 10070588. OLE color: 10070588.

HSL color Cylindrical-coordinate representation of color #3CAA99: hue angle of 170.73º 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 #3CAA99 is Cyan = 0.65, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 153 -
CMYK 0.65 0 0.1 0.33
HSL 170.73º 0.48% 0.45% -
HSV(B) 170.73º 0.65% 0.67% -
XYZ 21.99 32.01 35.16 -
YUV 135.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 60 170 153 0.65 0 0.1 0.33 170.73 0.48 0.45
Hex 3C AA 99 41 0 A 21 AB 30 2D
Octal 74 252 231 101 0 12 41 253 60 55
Binary 111100 10101010 10011001 1000001 0 1010 100001 10101011 110000 101101

Color Harmonies of #3CAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA99

Black with #3CAA99

Text Example


Text Example

White with #3CAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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