#38AB8C

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

Shades of Gossamer #38AB8C

Tints of Gossamer #38AB8C

Color information

#38AB8C (or 0x38AB8C) is unknown color: approx Gossamer. HEX triplet: 38, AB and 8C. RGB value is (56,171,140). Sum of RGB (Red+Green+Blue) = 56+171+140=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB8C is #C75473. Grayscale: #858585. Windows color (decimal): -13063284 or 9218872. OLE color: 9218872.

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

Color convert

RGB56171140-
CMYK0.6700.180.33
HSL163.83º50.66%44.51%-
HSV(B)163.83º67.25%67.06%-
XYZ20.9331.8629.86-
YUV133.08131.973.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=15.26%
G=46.59%
B=38.15%

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
Decimal561711400.6700.180.33163.8350.6644.51
Hex38AB8C4301221a4332d
Octal70253214103022412446355
Binary1110001010101110001100100001101001010000110100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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