#38AB83

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

Shades of Gossamer #38AB83

Tints of Gossamer #38AB83

Color information

#38AB83 (or 0x38AB83) is unknown color: approx Gossamer. HEX triplet: 38, AB and 83. RGB value is (56,171,131). Sum of RGB (Red+Green+Blue) = 56+171+131=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB83 is #C7547C. Grayscale: #848484. Windows color (decimal): -13063293 or 8629048. OLE color: 8629048.

HSL color Cylindrical-coordinate representation of color #38AB83: hue angle of 159.13º 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 #38AB83 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB56171131-
CMYK0.6700.230.33
HSL159.13º50.66%44.51%-
HSV(B)159.13º67.25%67.06%-
XYZ20.2931.6126.5-
YUV132.06127.473.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 171 (67.19% from 255) = 47.77%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=15.64%
G=47.77%
B=36.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711310.6700.230.33159.1350.6644.51
Hex38AB8343017219f332d
Octal70253203103027412376355
Binary1110001010101110000011100001101011110000110011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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