#3CAF8B

Color #3CAF8B Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3CAF8B

Tints of Gossamer #3CAF8B

Color information

#3CAF8B (or 0x3CAF8B) is unknown color: approx Gossamer. HEX triplet: 3C, AF and 8B. RGB value is (60,175,139). Sum of RGB (Red+Green+Blue) = 60+175+139=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF8B is #C35074. Grayscale: #888888. Windows color (decimal): -12800117 or 9154364. OLE color: 9154364.

HSL color Cylindrical-coordinate representation of color #3CAF8B: hue angle of 161.22º 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 #3CAF8B is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB60175139-
CMYK0.6600.210.31
HSL161.22º48.94%46.08%-
HSV(B)161.22º65.71%68.63%-
XYZ21.8533.4829.74-
YUV136.51129.473.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.04%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=16.04%
G=46.79%
B=37.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601751390.6600.210.31161.2248.9446.08
Hex3CAF8B420151Fa1312e
Octal74257213102025372416156
Binary111100101011111000101110000100101011111110100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CAF8B;
 }
 .AnyTagClassName
 {
   color: #3CAF8B;
 }
</style>
background-color css

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

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

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

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

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

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