#38AA8C

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

Shades of Gossamer #38AA8C

Tints of Gossamer #38AA8C

Color information

#38AA8C (or 0x38AA8C) is unknown color: approx Gossamer. HEX triplet: 38, AA and 8C. RGB value is (56,170,140). Sum of RGB (Red+Green+Blue) = 56+170+140=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA8C is #C75573. Grayscale: #848484. Windows color (decimal): -13063540 or 9218616. OLE color: 9218616.

HSL color Cylindrical-coordinate representation of color #38AA8C: hue angle of 164.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA8C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB56170140-
CMYK0.6700.180.33
HSL164.21º50.44%44.31%-
HSV(B)164.21º67.06%66.67%-
XYZ20.7431.4829.79-
YUV132.49132.2373.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.30%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=15.30%
G=46.45%
B=38.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701400.6700.180.33164.2150.4444.31
Hex38AA8C4301221a4322c
Octal70252214103022412446254
Binary1110001010101010001100100001101001010000110100100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AA8C; }

 p { color: rgb(56,170,140); }

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

<style>
 a { background-color: #38AA8C; }

 a { background-color: rgb(56,170,140); }

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

<style>
 span { border-color: #38AA8C; }

 span { border-color: rgb(56,170,140); }

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