Html Css Color HEX #3CAE97 Gossamer

📋 copy color: '#3CAE97'

red 60 ◦ green 174 ◦ blue 151

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

Shades of Gossamer #3CAE97

Tints of Gossamer #3CAE97

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 15.58%
G = 45.19%
B = 39.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#3CAE97 (or 0x3CAE97) is known color: Gossamer. HEX triplet: 3C, AE and 97. RGB value is (60,174,151). Sum of RGB (Red+Green+Blue) = 60+174+151=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAE97 is #C35168. Grayscale: #898989. Windows color (decimal): -12800361 or 9940540. OLE color: 9940540.

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

Color convert

RGB 60 174 151 -
CMYK 0.66 0 0.13 0.32
HSL 167.89º 0.49% 0.46% -
HSV(B) 167.89º 0.66% 0.68% -
XYZ 22.59 33.47 34.55 -
YUV 137.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 60 174 151 0.66 0 0.13 0.32 167.89 0.49 0.46
Hex 3C AE 97 42 0 D 20 A8 31 2E
Octal 74 256 227 102 0 15 40 250 61 56
Binary 111100 10101110 10010111 1000010 0 1101 100000 10101000 110001 101110

Color Harmonies of #3CAE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAE97

Black with #3CAE97

Text Example


Text Example

White with #3CAE97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,174,151); }

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

background-color css

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

 a { background-color: rgb(60,174,151); }

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

border-color css

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

 span { border-color: rgb(60,174,151); }

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