Html Css Color HEX #3CAA8A Gossamer

📋 copy color: '#3CAA8A'

red 60 ◦ green 170 ◦ blue 138

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

Shades of Gossamer #3CAA8A

Tints of Gossamer #3CAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 16.3%
G = 46.2%
B = 37.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#3CAA8A (or 0x3CAA8A) is known color: Gossamer. HEX triplet: 3C, AA and 8A. RGB value is (60,170,138). Sum of RGB (Red+Green+Blue) = 60+170+138=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA8A is #C35575. Grayscale: #858585. Windows color (decimal): -12801398 or 9087548. OLE color: 9087548.

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

Color convert

RGB 60 170 138 -
CMYK 0.65 0 0.19 0.33
HSL 162.55º 0.48% 0.45% -
HSV(B) 162.55º 0.65% 0.67% -
XYZ 20.83 31.55 29.04 -
YUV 133.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 60 170 138 0.65 0 0.19 0.33 162.55 0.48 0.45
Hex 3C AA 8A 41 0 13 21 A3 30 2D
Octal 74 252 212 101 0 23 41 243 60 55
Binary 111100 10101010 10001010 1000001 0 10011 100001 10100011 110000 101101

Color Harmonies of #3CAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA8A

Black with #3CAA8A

Text Example


Text Example

White with #3CAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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