Html Css Color HEX #3CA69D Gossamer

📋 copy color: '#3CA69D'

red 60 ◦ green 166 ◦ blue 157

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

Shades of Gossamer #3CA69D

Tints of Gossamer #3CA69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.34%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 15.67%
G = 43.34%
B = 40.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#3CA69D (or 0x3CA69D) is known color: Gossamer. HEX triplet: 3C, A6 and 9D. RGB value is (60,166,157). Sum of RGB (Red+Green+Blue) = 60+166+157=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA69D is #C35962. Grayscale: #858585. Windows color (decimal): -12802403 or 10331708. OLE color: 10331708.

HSL color Cylindrical-coordinate representation of color #3CA69D: hue angle of 174.91º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA69D is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 157 -
CMYK 0.64 0 0.05 0.35
HSL 174.91º 0.47% 0.44% -
HSV(B) 174.91º 0.64% 0.65% -
XYZ 21.59 30.67 36.68 -
YUV 133.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 60 166 157 0.64 0 0.05 0.35 174.91 0.47 0.44
Hex 3C A6 9D 40 0 5 23 AF 2F 2C
Octal 74 246 235 100 0 5 43 257 57 54
Binary 111100 10100110 10011101 1000000 0 101 100011 10101111 101111 101100

Color Harmonies of #3CA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA69D

Black with #3CA69D

Text Example


Text Example

White with #3CA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,166,157); }

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

background-color css

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

 a { background-color: rgb(60,166,157); }

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

border-color css

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

 span { border-color: rgb(60,166,157); }

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