Html Css Color HEX #3CAB85 Gossamer

📋 copy color: '#3CAB85'

red 60 ◦ green 171 ◦ blue 133

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

Shades of Gossamer #3CAB85

Tints of Gossamer #3CAB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 16.48%
G = 46.98%
B = 36.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#3CAB85 (or 0x3CAB85) is known color: Gossamer. HEX triplet: 3C, AB and 85. RGB value is (60,171,133). Sum of RGB (Red+Green+Blue) = 60+171+133=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB85 is #C3547A. Grayscale: #858585. Windows color (decimal): -12801147 or 8760124. OLE color: 8760124.

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

Color convert

RGB 60 171 133 -
CMYK 0.65 0 0.22 0.33
HSL 159.46º 0.48% 0.45% -
HSV(B) 159.46º 0.65% 0.67% -
XYZ 20.66 31.78 27.24 -
YUV 133.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 60 171 133 0.65 0 0.22 0.33 159.46 0.48 0.45
Hex 3C AB 85 41 0 16 21 9F 30 2D
Octal 74 253 205 101 0 26 41 237 60 55
Binary 111100 10101011 10000101 1000001 0 10110 100001 10011111 110000 101101

Color Harmonies of #3CAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB85

Black with #3CAB85

Text Example


Text Example

White with #3CAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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