Html Css Color HEX #3CAA9A Gossamer

📋 copy color: '#3CAA9A'

red 60 ◦ green 170 ◦ blue 154

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

Shades of Gossamer #3CAA9A

Tints of Gossamer #3CAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 15.63%
G = 44.27%
B = 40.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#3CAA9A (or 0x3CAA9A) is known color: Gossamer. HEX triplet: 3C, AA and 9A. RGB value is (60,170,154). Sum of RGB (Red+Green+Blue) = 60+170+154=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA9A is #C35565. Grayscale: #878787. Windows color (decimal): -12801382 or 10136124. OLE color: 10136124.

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

Color convert

RGB 60 170 154 -
CMYK 0.65 0 0.09 0.33
HSL 171.27º 0.48% 0.45% -
HSV(B) 171.27º 0.65% 0.67% -
XYZ 22.07 32.04 35.59 -
YUV 135.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 60 170 154 0.65 0 0.09 0.33 171.27 0.48 0.45
Hex 3C AA 9A 41 0 9 21 AB 30 2D
Octal 74 252 232 101 0 11 41 253 60 55
Binary 111100 10101010 10011010 1000001 0 1001 100001 10101011 110000 101101

Color Harmonies of #3CAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA9A

Black with #3CAA9A

Text Example


Text Example

White with #3CAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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