Html Css Color HEX #3CA99F Gossamer

📋 copy color: '#3CA99F'

red 60 ◦ green 169 ◦ blue 159

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

Shades of Gossamer #3CA99F

Tints of Gossamer #3CA99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.56%

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 15.46%
G = 43.56%
B = 40.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#3CA99F (or 0x3CA99F) is known color: Gossamer. HEX triplet: 3C, A9 and 9F. RGB value is (60,169,159). Sum of RGB (Red+Green+Blue) = 60+169+159=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA99F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA99F is #C35660. Grayscale: #878787. Windows color (decimal): -12801633 or 10463548. OLE color: 10463548.

HSL color Cylindrical-coordinate representation of color #3CA99F: hue angle of 174.5º degrees, saturation: 0.48, 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 #3CA99F is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 169 159 -
CMYK 0.64 0 0.06 0.34
HSL 174.5º 0.48% 0.45% -
HSV(B) 174.5º 0.64% 0.66% -
XYZ 22.31 31.84 37.77 -
YUV 135.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 60 169 159 0.64 0 0.06 0.34 174.5 0.48 0.45
Hex 3C A9 9F 40 0 6 22 AE 30 2D
Octal 74 251 237 100 0 6 42 256 60 55
Binary 111100 10101001 10011111 1000000 0 110 100010 10101110 110000 101101

Color Harmonies of #3CA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA99F

Black with #3CA99F

Text Example


Text Example

White with #3CA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,169,159); }

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

background-color css

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

 a { background-color: rgb(60,169,159); }

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

border-color css

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

 span { border-color: rgb(60,169,159); }

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