Html Css Color HEX #3CAF87 Gossamer

📋 copy color: '#3CAF87'

red 60 ◦ green 175 ◦ blue 135

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

Shades of Gossamer #3CAF87

Tints of Gossamer #3CAF87

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.3%

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 16.22%
G = 47.3%
B = 36.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#3CAF87 (or 0x3CAF87) is known color: Gossamer. HEX triplet: 3C, AF and 87. RGB value is (60,175,135). Sum of RGB (Red+Green+Blue) = 60+175+135=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF87 is #C35078. Grayscale: #888888. Windows color (decimal): -12800121 or 8892220. OLE color: 8892220.

HSL color Cylindrical-coordinate representation of color #3CAF87: hue angle of 159.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF87 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 175 135 -
CMYK 0.66 0 0.23 0.31
HSL 159.13º 0.49% 0.46% -
HSV(B) 159.13º 0.66% 0.69% -
XYZ 21.57 33.37 28.23 -
YUV 136.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 60 175 135 0.66 0 0.23 0.31 159.13 0.49 0.46
Hex 3C AF 87 42 0 17 1F 9F 31 2E
Octal 74 257 207 102 0 27 37 237 61 56
Binary 111100 10101111 10000111 1000010 0 10111 11111 10011111 110001 101110

Color Harmonies of #3CAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAF87

Black with #3CAF87

Text Example


Text Example

White with #3CAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,175,135); }

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

background-color css

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

 a { background-color: rgb(60,175,135); }

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

border-color css

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

 span { border-color: rgb(60,175,135); }

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