Html Css Color HEX #3CA883 Gossamer

📋 copy color: '#3CA883'

red 60 ◦ green 168 ◦ blue 131

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

Shades of Gossamer #3CA883

Tints of Gossamer #3CA883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.8%

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 16.71%
G = 46.8%
B = 36.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#3CA883 (or 0x3CA883) is known color: Gossamer. HEX triplet: 3C, A8 and 83. RGB value is (60,168,131). Sum of RGB (Red+Green+Blue) = 60+168+131=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA883 is #C3577C. Grayscale: #838383. Windows color (decimal): -12801917 or 8628284. OLE color: 8628284.

HSL color Cylindrical-coordinate representation of color #3CA883: hue angle of 159.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA883 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 168 131 -
CMYK 0.64 0 0.22 0.34
HSL 159.44º 0.47% 0.45% -
HSV(B) 159.44º 0.64% 0.66% -
XYZ 19.96 30.6 26.33 -
YUV 131.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 60 168 131 0.64 0 0.22 0.34 159.44 0.47 0.45
Hex 3C A8 83 40 0 16 22 9F 2F 2D
Octal 74 250 203 100 0 26 42 237 57 55
Binary 111100 10101000 10000011 1000000 0 10110 100010 10011111 101111 101101

Color Harmonies of #3CA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA883

Black with #3CA883

Text Example


Text Example

White with #3CA883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,168,131); }

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

background-color css

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

 a { background-color: rgb(60,168,131); }

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

border-color css

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

 span { border-color: rgb(60,168,131); }

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