#3DAF8A

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

Shades of Gossamer #3DAF8A

Tints of Gossamer #3DAF8A

Color information

#3DAF8A (or 0x3DAF8A) is unknown color: approx Gossamer. HEX triplet: 3D, AF and 8A. RGB value is (61,175,138). Sum of RGB (Red+Green+Blue) = 61+175+138=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAF8A is #C25075. Grayscale: #888888. Windows color (decimal): -12734582 or 9088829. OLE color: 9088829.

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

Color convert

RGB61175138-
CMYK0.6500.210.31
HSL160.53º48.31%46.27%-
HSV(B)160.53º65.14%68.63%-
XYZ21.8433.4929.36-
YUV136.7128.7374.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=16.31%
G=46.79%
B=36.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611751380.6500.210.31160.5348.3146.27
Hex3DAF8A410151Fa1302e
Octal75257212101025372416056
Binary111101101011111000101010000010101011111110100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,175,138); }

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

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

 a { background-color: rgb(61,175,138); }

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

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

 span { border-color: rgb(61,175,138); }

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