#38987B

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

Shades of Gossamer #38987B

Tints of Gossamer #38987B

Color information

#38987B (or 0x38987B) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 7B. RGB value is (56,152,123). Sum of RGB (Red+Green+Blue) = 56+152+123=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #38987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38987B is #C76784. Grayscale: #787878. Windows color (decimal): -13068165 or 8099896. OLE color: 8099896.

HSL color Cylindrical-coordinate representation of color #38987B: hue angle of 161.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38987B is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB56152123-
CMYK0.6300.190.40
HSL161.88º46.15%40.78%-
HSV(B)161.88º63.16%59.61%-
XYZ16.4324.7322.65-
YUV119.99129.782.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=16.92%
G=45.92%
B=37.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521230.6300.190.40161.8846.1540.78
Hex38987B3F01328a22e29
Octal7023017377023502425651
Binary11100010011000111101111111101001110100010100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38987B; }

 p { color: rgb(56,152,123); }

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

<style>
 a { background-color: #38987B; }

 a { background-color: rgb(56,152,123); }

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

<style>
 span { border-color: #38987B; }

 span { border-color: rgb(56,152,123); }

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