Html Css Color HEX #3CAB9B Gossamer

📋 copy color: '#3CAB9B'

red 60 ◦ green 171 ◦ blue 155

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

Shades of Gossamer #3CAB9B

Tints of Gossamer #3CAB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 15.54%
G = 44.3%
B = 40.16%

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

#3CAB9B (or 0x3CAB9B) is known color: Gossamer. HEX triplet: 3C, AB and 9B. RGB value is (60,171,155). Sum of RGB (Red+Green+Blue) = 60+171+155=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB9B is #C35464. Grayscale: #878787. Windows color (decimal): -12801125 or 10201916. OLE color: 10201916.

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

Color convert

RGB 60 171 155 -
CMYK 0.65 0 0.09 0.33
HSL 171.35º 0.48% 0.45% -
HSV(B) 171.35º 0.65% 0.67% -
XYZ 22.34 32.45 36.1 -
YUV 135.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 60 171 155 0.65 0 0.09 0.33 171.35 0.48 0.45
Hex 3C AB 9B 41 0 9 21 AB 30 2D
Octal 74 253 233 101 0 11 41 253 60 55
Binary 111100 10101011 10011011 1000001 0 1001 100001 10101011 110000 101101

Color Harmonies of #3CAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB9B

Black with #3CAB9B

Text Example


Text Example

White with #3CAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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